Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: configure the labels for dependabot PRs (canonical#1407)
For GitHub actions dependabot PRs: only use the `dependencies` label, rather than both that and `github_actions`. For pip (Python) dependabot PRs: we only have security dependabot PRs enabled, so add the same label restriction (avoiding a `python` label) but this requires adding a section to configure dependabot, and then essentially disabling most of it by setting the maximum PRs to 0 (security PRs will still be opened).
- Loading branch information