Skip to content

Commit 29b0153

Browse files
authored
update dependabot.yml to ignore patch updates
1 parent a9a1b0e commit 29b0153

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "terraform" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "terraform"
9+
directory: "/"
1010
schedule:
1111
interval: "weekly"
12+
ignore:
13+
- dependency-name: "*"
14+
update-types: ["version-update:semver-patch"]

0 commit comments

Comments
 (0)