Skip to content

Commit e71fccd

Browse files
authored
Update dependabot.yml
1 parent 4be2889 commit e71fccd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ updates:
77
- package-ecosystem: "github-actions"
88
directory: "/"
99
schedule:
10-
# Check for updates to GitHub Actions every month
1110
interval: "monthly"
11+
ignore: # only update minor or major version changes
12+
- dependency-name: "*"
13+
update-types: ["version-update:semver-patch"]
1214
groups:
1315
actions:
1416
patterns:

0 commit comments

Comments
 (0)