Skip to content

Commit b92c67f

Browse files
committed
CI: Disable git submodule updates with dependabot
Disabled because dependabot needs access to GHA secrets and the submodule updates aren't super critical right now The GitHub Actions are still left enabled because they're more important to keep updated, even if it means manually recreating the dependabot PR
1 parent 4ee763d commit b92c67f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ updates:
88
interval: "daily"
99

1010
# Maintain dependencies for GitHub Actions
11-
- package-ecosystem: "gitsubmodule"
12-
directory: "/"
13-
schedule:
14-
interval: "weekly"
15-
ignore:
16-
# McSema has a pinned version of anvill
17-
- dependency-name: "anvill-mcsema"
11+
# NOTE(ekilmer): Disabled because dependabot needs access to GHA secrets and
12+
# the submodule updates aren't super critical right now
13+
# - package-ecosystem: "gitsubmodule"
14+
# directory: "/"
15+
# schedule:
16+
# interval: "weekly"

0 commit comments

Comments
 (0)