Skip to content

Commit

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

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

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

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

0 comments on commit d947afe

Please sign in to comment.