Skip to content

Commit

Permalink
Adds dependabot configuration (#50)
Browse files Browse the repository at this point in the history
Improves https://plugins.jenkins.io/notification/healthscore/ by adding
automated dependency updates

Signed-off-by: Patrick Reinhart <[email protected]>
  • Loading branch information
reinhapa authored Oct 3, 2024
1 parent 7593341 commit 1eda6ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
# Maintain dependencies for your plugin
- package-ecosystem: maven
directory: /
schedule:
interval: monthly
open-pull-requests-limit: 10
target-branch: master
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly

0 comments on commit 1eda6ef

Please sign in to comment.