mirror of
https://github.com/python/cpython.git
synced 2026-01-05 15:02:33 +00:00
With this, we don't have to manually trigger backport whenever there is update to GitHub Actions dependencies.
13 lines
236 B
YAML
13 lines
236 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
labels:
|
|
- "skip issue"
|
|
- "skip news"
|
|
target_branch:
|
|
- "master"
|
|
- "3.9"
|
|
- "3.8"
|