Skip to content

Commit

Permalink
Use standard dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 30, 2024
1 parent f6e02a7 commit e9a8a70
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates

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

- package-ecosystem: "github-actions"
directory: "/"
interval: monthly
- package-ecosystem: github-actions
directory: /
schedule:
interval: "monthly"
interval: monthly

0 comments on commit e9a8a70

Please sign in to comment.