Skip to content

Commit

Permalink
Dependabot for GHA (#6152)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
clee2000 authored Jan 9, 2025
1 parent 2ec4ddc commit 487906c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ updates:
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'weekly'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'

0 comments on commit 487906c

Please sign in to comment.