mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
chore: Add Dependabot for NPM and Actions
This commit is contained in:
parent
60a0d83039
commit
adc04e7dd8
1 changed files with 11 additions and 0 deletions
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: 'github-actions'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
|
||||
- package-ecosystem: 'npm'
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'weekly'
|
||||
Loading…
Reference in a new issue