Skip to content

Commit 226f3be

Browse files
committed
build: ignore patch version updates for actions
The dependabot sends way to many updates. Ignore the patch version updates. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 5e91bec commit 226f3be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "weekly"
10+
ignore:
11+
- dependency-name: "*"
12+
update-types:
13+
- "version-update:semver-patch"

0 commit comments

Comments
 (0)