Skip to content

Commit

Permalink
Add 6.2.x to Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusdacoregio committed Jan 24, 2024
1 parent 8eef8e4 commit 837f4a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ updates:
- dependency-name: "*"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]

- package-ecosystem: "gradle"
target-branch: "6.2.x"
directory: "/"
schedule:
interval: "weekly"
time: "03:00"
timezone: "Etc/UTC"
allow:
- dependency-name: "org.springframework*"
dependency-type: "all"
- dependency-name: "io.spring*"
dependency-type: "all"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]

- package-ecosystem: "gradle"
target-branch: "6.1.x"
directory: "/"
Expand Down

0 comments on commit 837f4a1

Please sign in to comment.