Skip to content

Commit e315eea

Browse files
committed
update
1 parent c4dbe81 commit e315eea

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,19 @@ updates:
55
schedule:
66
interval: "weekly"
77
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: "*"
10+
update-types:
11+
- "version-update:semver-major"
12+
- "version-update:semver-patch"
13+
814
- package-ecosystem: "github-actions"
915
directory: "/"
1016
schedule:
1117
interval: "weekly"
12-
open-pull-requests-limit: 10
18+
open-pull-requests-limit: 10
19+
ignore:
20+
- dependency-name: "*"
21+
update-types:
22+
- "version-update:semver-major"
23+
- "version-update:semver-patch"

0 commit comments

Comments
 (0)