Skip to content

Commit

Permalink
chore: ignore major versions Java application
Browse files Browse the repository at this point in the history
  • Loading branch information
zucchinidev authored Dec 3, 2024
1 parent 161753b commit 23a3f33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ updates:
day: "saturday"
labels:
- "test-dependencies"
allow:
- dependency-type: "all"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/mysqlapp"
schedule:
Expand Down

0 comments on commit 23a3f33

Please sign in to comment.