Skip to content

Commit

Permalink
dependabot config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Nov 25, 2024
1 parent 77bb757 commit 4417feb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ updates:
maven-plugins:
patterns:
- org.apache.maven.plugins*
ignore:
- dependency-name: "org.springframework.boot:spring-boot-starter-parent"
update-types: [ "version-update:semver-minor", "version-update:semver-major" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -33,6 +36,9 @@ updates:
maven-plugins:
patterns:
- org.apache.maven.plugins*
ignore:
- dependency-name: "org.springframework.boot:spring-boot-starter-parent"
update-types: [ "version-update:semver-minor", "version-update:semver-major" ]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 4417feb

Please sign in to comment.