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

Commit 6a146d6

Browse files
[github_actions] Add automatic updating of github-actions (#5919)
* 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
1 parent 63c52c1 commit 6a146d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,11 @@ updates:
287287
schedule:
288288
interval: "daily"
289289
open-pull-requests-limit: 10
290+
291+
- package-ecosystem: "github-actions"
292+
directory: "/"
293+
commit-message:
294+
prefix: "[gh_actions]"
295+
schedule:
296+
interval: "daily"
297+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)