Skip to content

Commit 3fbbbb2

Browse files
committed
.github: dependabot.yml: ignore all non-patch updates to the root app
1 parent e76a627 commit 3fbbbb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
ignore:
9+
- dependency-name: "*"
10+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
811

912
# version updates for GitHub Actions
1013
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)