Skip to content

Commit 6c0f5f6

Browse files
authored
Merge pull request #50540 from santib/dependabot-add-gha
Make dependabot also check for outdated GHA actions
2 parents 42ca4de + aa13b51 commit 6c0f5f6

File tree

1 file changed

+5
-0
lines changed
  • railties/lib/rails/generators/rails/app/templates/github

1 file changed

+5
-0
lines changed

railties/lib/rails/generators/rails/app/templates/github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8+
- package-ecosystem: github-actions
9+
directory: "/"
10+
schedule:
11+
interval: daily
12+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)