Skip to content

Commit

Permalink
Allow Dependabot updates to Maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul committed Feb 2, 2025
1 parent 14134a5 commit 675d910
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "maven" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand Down

0 comments on commit 675d910

Please sign in to comment.