Skip to content

Commit

Permalink
Enable Docker updates for Dependabot
Browse files Browse the repository at this point in the history
Support for `Containerfile`s has been added in v0.291.0 of the
Dependabot core, see:
https://github.com/dependabot/dependabot-core/releases/tag/v0.291.0

At this point I'm unsure how to enable updates for `Containerfile.dev`.

Signed-off-by: Eric Cornelissen <[email protected]>
  • Loading branch information
ericcornelissen committed Jan 3, 2025
1 parent e88d920 commit c385958
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

version: 2
updates:
- package-ecosystem: docker
directory: /
open-pull-requests-limit: 1
schedule:
interval: daily
time: "04:00"
labels:
- dependencies
- package-ecosystem: gomod
directory: /
open-pull-requests-limit: 1
Expand Down

0 comments on commit c385958

Please sign in to comment.