Skip to content

Commit 9246c7f

Browse files
authored
Update parent POM, switch to Renovate, enable dep automerge (#282)
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 948ad97 commit 9246c7f

File tree

6 files changed

+3919
-5373
lines changed

6 files changed

+3919
-5373
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 13 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>jenkinsci/renovate-config"
5+
]
6+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Automatically approve and merge safe dependency updates
22
on:
3-
- pull_request_target
3+
- pull_request_target
44
permissions:
55
contents: write
66
pull-requests: write
77
jobs:
88
auto-merge-safe-deps:
9-
uses: jenkins-infra/github-reusable-workflows/.github/workflows/auto-merge-safe-deps.yml@v1
9+
uses: jenkins-infra/github-reusable-workflows/.github/workflows/auto-merge-safe-deps.yml@v1

.github/workflows/close-bom-if-passing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Close BOM update PR if passing
22
on:
33
check_run:
44
types:
5-
- completed
5+
- completed
66
permissions:
77
contents: read
88
pull-requests: write
99
jobs:
1010
close-bom-if-passing:
11-
uses: jenkins-infra/github-reusable-workflows/.github/workflows/close-bom-if-passing.yml@v1
11+
uses: jenkins-infra/github-reusable-workflows/.github/workflows/close-bom-if-passing.yml@v1

0 commit comments

Comments
 (0)