Skip to content

Commit

Permalink
Ensure dependabot manages composite actions
Browse files Browse the repository at this point in the history
dependabot/dependabot-core#6704

PiperOrigin-RevId: 595066288
Change-Id: I8a721aba6b163875b1bb2bd227f589d59a4567a2
  • Loading branch information
jagapiou authored and copybara-github committed Jan 2, 2024
1 parent 5680394 commit 7be2780
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ updates:
schedule:
interval: monthly

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

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

- package-ecosystem: docker
directory: /.devcontainer
schedule:
Expand Down

0 comments on commit 7be2780

Please sign in to comment.