Skip to content

Commit

Permalink
Use dependabot definition from archetype
Browse files Browse the repository at this point in the history
Jenkins plugin archetype is a good reference
  • Loading branch information
MarkEWaite committed Oct 13, 2024
1 parent d6b8af2 commit 427c1d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates

version: 2
updates:
# Maintain dependencies for your plugin
- package-ecosystem: maven
directory: /
schedule:
interval: monthly
target-branch: master
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit 427c1d0

Please sign in to comment.