Skip to content

Commit

Permalink
Have dependabot track devcontainers
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 638333102
Change-Id: I666cbeedeec5b29f61df5f92ddc76f6774f8b866
  • Loading branch information
jagapiou authored and Copybara-Service committed May 29, 2024
1 parent 36a3b53 commit c6ff8a5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ updates:
schedule:
interval: monthly

- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: "/.github/actions/install-meltingpot"
schedule:
interval: monthly

- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: "/.github/actions/install-examples"
schedule:
interval: monthly
Expand All @@ -24,6 +24,8 @@ updates:
directory: /.devcontainer
schedule:
interval: monthly
ignore:
- dependency-name: "vscode/devcontainers/python"
versions: [">= 3.11"]

- package-ecosystem: devcontainers
directory: /.devcontainer
schedule:
interval: monthly

0 comments on commit c6ff8a5

Please sign in to comment.