Skip to content

Commit

Permalink
chore: ignore for eclipse dependencies in dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave authored Aug 16, 2023
1 parent 877dc73 commit fceda1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ updates:
schedule:
interval: "weekly"
target-branch: "develop"
ignore:
- dependency-name: "org.eclipse.persistence:*"
update-types: ["version-update:semver-major"] # ignore new major versions of eclipse dependencies for now

- package-ecosystem: "gradle"
directory: "/" # Location of package manifests
Expand Down

0 comments on commit fceda1c

Please sign in to comment.