mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 14:49:07 -04:00
Add GitHub Actions to Dependabot (#3834)
Add GitHub Issues label to NPM package upgrades.
This commit is contained in:
11
.github/dependabot.yaml
vendored
11
.github/dependabot.yaml
vendored
@@ -1,6 +1,15 @@
|
|||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: src/platform_impl/web/script
|
directory: src/platform_impl/web/script
|
||||||
schedule:
|
schedule:
|
||||||
@@ -9,3 +18,5 @@ updates:
|
|||||||
github-actions:
|
github-actions:
|
||||||
patterns:
|
patterns:
|
||||||
- '*'
|
- '*'
|
||||||
|
labels:
|
||||||
|
- "DS - web"
|
||||||
|
|||||||
Reference in New Issue
Block a user