Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[github_actions] Add automatic updating of github-actions (#5919)
Browse files Browse the repository at this point in the history
* Revert "Revert "Add automatic updating of github-actions (#5880)" (#5917)"

This reverts commit 8ded25d.

* Update dependabot.yml

Shortened prefix from "github_actions" to "gh_actions" in order to meet the 15 character max length requirement
  • Loading branch information
drewroengoogle authored Jun 7, 2022
1 parent 63c52c1 commit 6a146d6
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 @@ -287,3 +287,11 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
commit-message:
prefix: "[gh_actions]"
schedule:
interval: "daily"
open-pull-requests-limit: 10

0 comments on commit 6a146d6

Please sign in to comment.