Skip to content

Commit 797c324

Browse files
committed
Configure Dependabot for GitHub Actions and Submodules
Signed-off-by: Sombrio <[email protected]>
1 parent cddcedb commit 797c324

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
- package-ecosystem: "gitsubmodule"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"
12+
ignore:
13+
- dependency-name: "abc"
14+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)