Skip to content

Commit

Permalink
Configured dependabot to check only patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman authored Feb 21, 2024
1 parent f1c93b8 commit d57001a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,17 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/studio"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-major"]
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-minor", "version-update:semver-major"]

0 comments on commit d57001a

Please sign in to comment.