Skip to content

Commit e211b1c

Browse files
committed
Remove dependabot for submodules
This repository doesn't use submodules anymore (in the past it had google common api as a submodule). Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 05004fe commit e211b1c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,3 @@ updates:
6767
artifacts:
6868
patterns:
6969
- "actions/*-artifact"
70-
71-
- package-ecosystem: "gitsubmodule"
72-
directory: "/"
73-
# We only want to track updates on google api common because the
74-
# dependencies to other submodules are also indirectly tracked by the
75-
# python dependencies (and because the gitsubmodule dependency tracker
76-
# doesn't support updating only to tags or following semver, see
77-
# https://github.com/dependabot/dependabot-core/issues/1639 for details)
78-
# We do so by explicitly ignoring the other submodules, as `ignore` all
79-
# + `allow` one doesn't seem to work.
80-
ignore:
81-
- dependency-name: "submodules/frequenz-api-common"
82-
schedule:
83-
interval: "weekly"
84-
time: "06:00"
85-
labels:
86-
- "part:tooling"
87-
- "type:tech-debt"

0 commit comments

Comments
 (0)