Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>jenkins-infra/.github:renovate-config"
]
}
9 changes: 9 additions & 0 deletions .github/workflows/auto-merge-safe-deps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Automatically approve and merge safe dependency updates
on:
- pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
auto-merge-safe-deps:
uses: jenkins-infra/github-reusable-workflows/.github/workflows/auto-merge-safe-deps.yml@v1
11 changes: 11 additions & 0 deletions .github/workflows/close-bom-if-passing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Close BOM update PR if passing
on:
check_run:
types:
- completed
permissions:
contents: read
pull-requests: write
jobs:
close-bom-if-passing:
uses: jenkins-infra/github-reusable-workflows/.github/workflows/close-bom-if-passing.yml@v1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>6.2108.v08c2b_01b_cf4d</version>
<version>6.2122.v70b_7b_f659d72</version>
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
Expand Down
Loading