mirror of
https://github.com/python/cpython.git
synced 2024-11-28 12:31:14 +08:00
0603f8087a
With this, we don't have to manually trigger backport whenever there is update to GitHub Actions dependencies.
14 lines
236 B
YAML
14 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"
|