mirror of
https://github.com/thelsing/knx.git
synced 2024-12-23 19:09:41 +01:00
14 lines
295 B
YAML
14 lines
295 B
YAML
docs:
|
|
all:
|
|
- changed-files:
|
|
- all-globs-to-all-files:
|
|
- '!docs/changelog.rst'
|
|
- '!docs/upgrade.rst'
|
|
- base-branch: "^(?!dependabot).*"
|
|
- base-branch: "^(?!pre-commit-ci).*"
|
|
|
|
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '.github/workflows/*.yml'
|