Merge pull request #1410 from mikepenz/ci/github_actions_update
[CI] Enable Dependabot for GitHub Actions
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
# Enable version updates for npm
|
|
||||||
- package-ecosystem: 'npm'
|
- package-ecosystem: 'npm'
|
||||||
# Look for `package.json` and `lock` files in the `root` directory
|
|
||||||
directory: '/'
|
directory: '/'
|
||||||
# Check the npm registry for updates every day (weekdays)
|
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'weekly'
|
interval: 'weekly'
|
||||||
groups:
|
groups:
|
||||||
@@ -18,3 +15,7 @@ updates:
|
|||||||
- "prettier"
|
- "prettier"
|
||||||
- "ts-jest"
|
- "ts-jest"
|
||||||
- "typescript"
|
- "typescript"
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
|||||||
Reference in New Issue
Block a user