Skip to content

Commit 3796358

Browse files
committed
build: only dependency for minor versions
Avoid getting spammed by the update bot. Signed-off-by: Daniel Wagner <[email protected]>
1 parent a6cf55d commit 3796358

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
2+
# SPDX-License-Identifier: GPL-2.0-or-later
3+
24
version: 2
35
updates:
46
- package-ecosystem: "github-actions"
57
directory: "/"
68
schedule:
79
interval: "weekly"
10+
ignore:
11+
- dependency-name: "*"
12+
update-types:
13+
- "version-update:semver-patch"

0 commit comments

Comments
 (0)