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:
parent
e4e0b45933
commit
5f9fcaf016
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"extends": ["config:base"],
|
||||
"labels": ["dependencies"],
|
||||
"packageRules": [
|
||||
{
|
||||
// automatically merge an update of runner
|
||||
|
|
@ -17,4 +18,4 @@
|
|||
"datasourceTemplate": "github-releases"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,8 +18,9 @@ exemptLabels:
|
|||
- refactor
|
||||
- documentation
|
||||
- chore
|
||||
- needs-investigation
|
||||
- bug
|
||||
- dependencies
|
||||
- needs-investigation
|
||||
|
||||
# Set to true to ignore issues in a project (defaults to false)
|
||||
exemptProjects: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue