mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00

* feat(gyp): update gyp to v0.18.1 * ci: setup ninja * ci: visual-studio job use python 3.12
20 lines
626 B
YAML
20 lines
626 B
YAML
# Keep GitHub Actions up to date with Dependabot...
|
|
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
groups:
|
|
GitHub_Actions:
|
|
patterns:
|
|
- "*" # Group all Actions updates into a single larger pull request
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
groups:
|
|
pip:
|
|
patterns:
|
|
- "*" # Group all pip updates into a single larger pull request
|
|
schedule:
|
|
interval: weekly
|