ci: add label to renovate pull requests (#863)

* ci: add label to renovate pull requests

* ci: updating stale config to exempt new label
This commit is contained in:
Callum Tait 2021-10-02 22:48:28 +01:00 committed by GitHub
parent e4e0b45933
commit 5f9fcaf016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
{ {
"extends": ["config:base"], "extends": ["config:base"],
"labels": ["dependencies"],
"packageRules": [ "packageRules": [
{ {
// automatically merge an update of runner // automatically merge an update of runner
@ -17,4 +18,4 @@
"datasourceTemplate": "github-releases" "datasourceTemplate": "github-releases"
} }
] ]
} }

3
.github/stale.yml vendored
View File

@ -18,8 +18,9 @@ exemptLabels:
- refactor - refactor
- documentation - documentation
- chore - chore
- needs-investigation
- bug - bug
- dependencies
- needs-investigation
# Set to true to ignore issues in a project (defaults to false) # Set to true to ignore issues in a project (defaults to false)
exemptProjects: false exemptProjects: false