Skip to content

Commit

Permalink
Update dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Azquelt committed Mar 6, 2025
1 parent e8a7681 commit 1cd6e29
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ updates:
schedule:
interval: "weekly"
ignore:
- dependency-name: "jakarta.*"
- dependency-name: "jakarta.*" # Don't offer updates for new Jakarta EE spec versions
update-types:
- version-update:semver-major
- version-update:semver-minor
- dependency-name: "org.eclipse.microprofile:microprofile-parent"
- dependency-name: "org.eclipse.microprofile:microprofile-parent" # The major version of microprofile-parent is tied to the Jakarta EE version
update-types:
- version-update:semver-major
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly

0 comments on commit 1cd6e29

Please sign in to comment.