We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cf55d commit 3796358Copy full SHA for 3796358
1 file changed
.github/dependabot.yml
@@ -1,7 +1,13 @@
1
---
2
+# SPDX-License-Identifier: GPL-2.0-or-later
3
+
4
version: 2
5
updates:
6
- package-ecosystem: "github-actions"
7
directory: "/"
8
schedule:
9
interval: "weekly"
10
+ ignore:
11
+ - dependency-name: "*"
12
+ update-types:
13
+ - "version-update:semver-patch"
0 commit comments