mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
19 lines
436 B
YAML
19 lines
436 B
YAML
|
version: 2
|
||
|
|
||
|
updates:
|
||
|
# Update GitHub Actions versions in workflows
|
||
|
- package-ecosystem: "github-actions"
|
||
|
# Workflow files stored in the
|
||
|
# default location of `.github/workflows`
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
allow:
|
||
|
- dependency-type: all
|
||
|
open-pull-requests-limit: 10
|
||
|
pull-request-branch-name:
|
||
|
separator: "-"
|
||
|
commit-message:
|
||
|
prefix: "CI: "
|
||
|
include: "scope"
|