14 lines
357 B
YAML
14 lines
357 B
YAML
updates:
|
|
- directory: /
|
|
package-ecosystem: pip
|
|
schedule:
|
|
interval: weekly
|
|
- directory: /
|
|
ignore:
|
|
- dependency-name: "github/gh-aw-actions/**"
|
|
- dependency-name: "github/gh-aw-actions" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
|
|
package-ecosystem: github-actions
|
|
schedule:
|
|
interval: weekly
|
|
version: 2
|