Skip to content

Commit

Permalink
Enable dependabot on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed Nov 7, 2022
1 parent cb904aa commit f4684ad
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: 'daily'
# Enable version updates for github actions
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'

0 comments on commit f4684ad

Please sign in to comment.