Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,3 @@ updates:
artifacts:
patterns:
- "actions/*-artifact"

- package-ecosystem: "gitsubmodule"
directory: "/"
# We only want to track updates on google api common because the
# dependencies to other submodules are also indirectly tracked by the
# python dependencies (and because the gitsubmodule dependency tracker
# doesn't support updating only to tags or following semver, see
# https://github.com/dependabot/dependabot-core/issues/1639 for details)
# We do so by explicitly ignoring the other submodules, as `ignore` all
# + `allow` one doesn't seem to work.
ignore:
- dependency-name: "submodules/frequenz-api-common"
schedule:
interval: "weekly"
time: "06:00"
labels:
- "part:tooling"
- "type:tech-debt"