X Tutup
Skip to content

Commit 53479c7

Browse files
authored
Merge pull request cli#4510 from cli/dependabot-patch
Configure Dependabot to only consider patch version bumps
2 parents d5c9630 + 127e2da commit 53479c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
ignore:
8+
- dependency-name: "*"
9+
update-types:
10+
- version-update:semver-minor
11+
- version-update:semver-major
712
- package-ecosystem: "github-actions"
813
directory: "/"
914
schedule:

0 commit comments

Comments
 (0)
X Tutup