Skip to content

Commit c89b5e1

Browse files
jglickclaude
andauthored
Update parent POM, switch to Renovate, enable dep automerge (#252)
- Update parent POM to 6.2122.v70b_7b_f659d72 - Switch from Dependabot to Renovate - (Perhaps) enable GHA workflows for dependency automerge Co-authored-by: Claude <noreply@anthropic.com>
1 parent 55b4a84 commit c89b5e1

File tree

5 files changed

+27
-11
lines changed

5 files changed

+27
-11
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>jenkins-infra/.github:renovate-config"
5+
]
6+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Automatically approve and merge safe dependency updates
2+
on:
3+
- pull_request_target
4+
permissions:
5+
contents: write
6+
pull-requests: write
7+
jobs:
8+
auto-merge-safe-deps:
9+
uses: jenkins-infra/github-reusable-workflows/.github/workflows/auto-merge-safe-deps.yml@v1
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Close BOM update PR if passing
2+
on:
3+
check_run:
4+
types:
5+
- completed
6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
jobs:
10+
close-bom-if-passing:
11+
uses: jenkins-infra/github-reusable-workflows/.github/workflows/close-bom-if-passing.yml@v1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>6.2108.v08c2b_01b_cf4d</version>
7+
<version>6.2122.v70b_7b_f659d72</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)