Skip to content

Commit 487906c

Browse files
authored
Dependabot for GHA (#6152)
I followed https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot but I'm not sure this works since this file only has /setup-ssh for npm and we definitely get dependabot PRs for stuff outside of setup-ssh After looking at the dependabot config, I think the non setup-ssh updates might come from security updates, not version updates
1 parent 2ec4ddc commit 487906c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ updates:
77
# Check the npm registry for updates every day (weekdays)
88
schedule:
99
interval: 'weekly'
10+
11+
- package-ecosystem: 'github-actions'
12+
directory: '/'
13+
schedule:
14+
interval: 'weekly'

0 commit comments

Comments
 (0)