Merge pull request #733 from flaxel/main
🔧 Add GitHub Actions Dependabot
This commit is contained in:
commit
e577b690d3
|
@ -7,3 +7,8 @@ updates:
|
||||||
# Check the npm registry for updates once a week (Monday)
|
# Check the npm registry for updates once a week (Monday)
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'weekly'
|
interval: 'weekly'
|
||||||
|
|
||||||
|
- package-ecosystem: 'github-actions'
|
||||||
|
directory: '/'
|
||||||
|
schedule:
|
||||||
|
interval: 'weekly'
|
||||||
|
|
Loading…
Reference in New Issue