Skip to content

Commit 5a3a2a3

Browse files
committed
build: ignore patch level github action updates
There is just too much noise from the dependabot. Ignore patch level updates. Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent 0ac1c16 commit 5a3a2a3

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
@@ -11,3 +11,7 @@ updates:
1111
directory: "/"
1212
schedule:
1313
interval: "weekly"
14+
ignore:
15+
- dependency-name: "*"
16+
update-types:
17+
- "version-update:semver-patch"

0 commit comments

Comments
 (0)