mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
1a8603e479
* ci: dependabot major versions for official actions * style: use extend-select for flake8
12 lines
346 B
YAML
12 lines
346 B
YAML
version: 2
|
|
updates:
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
ignore:
|
|
# Official actions have moving tags like v1
|
|
- dependency-name: "actions/*"
|
|
update-types: ["version-update:semver-minor", "version-update:semver-patch"]
|