Skip to content

Commit

Permalink
chore: update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Dec 7, 2023
1 parent fdd7fc3 commit 971d37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ updates:
open-pull-requests-limit: 5
ignore:
- dependency-name: "@types/node"
# For providers, ignore all patch updates for version updates only
# For providers, ignore all non-breaking updates for version updates only
- dependency-name: "@cdktf/provider-*"
update-types: ["version-update:semver-patch"]
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
groups:
cdktf:
patterns:
Expand Down

0 comments on commit 971d37e

Please sign in to comment.