mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-28 16:52:55 +02:00
303bb672e6
* Bump GitHub Actions across workflows Update workflow dependencies to newer major versions in repository automation files. This upgrades `actions/checkout` to v7, `actions/github-script` to v9, `actions/create-github-app-token` to v3, and GitHub Pages actions (`upload-pages-artifact` and `deploy-pages`) to v5 to keep CI/CD and maintenance workflows current. * add dependabot for gh actions
18 lines
521 B
YAML
Generated
18 lines
521 B
YAML
Generated
# Keeps the GitHub Actions referenced in .github/workflows up to date.
|
|
# https://docs.github.com/code-security/dependabot/working-with-dependabot/dependabot-options-reference
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
open-pull-requests-limit: 5
|
|
labels:
|
|
- "dependencies"
|
|
# One PR per week for all action bumps instead of one PR per action.
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|