Skip to content

Commit

Permalink
Create dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmcnees authored Jun 14, 2024
1 parent bf0ed83 commit 58303f6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
schedule:
interval: "monthly"
target-branch: "main"

- package-ecosystem: "gradle"
directory: "/"
ignore:
- dependency-name: "org.springframework.*"
update-types: ["version-update:semver-patch"]
schedule:
interval: "monthly"
target-branch: "main"

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

0 comments on commit 58303f6

Please sign in to comment.