mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-25 03:16:01 +00:00
ci: reduce renovate PR noise (#4892)
This commit is contained in:
parent
c76dc930fa
commit
93c7eca550
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -9,11 +9,13 @@
|
||||
"workarounds:all",
|
||||
// automerge minor updates
|
||||
":automergeMinor",
|
||||
":automergeBranch"
|
||||
],
|
||||
"labels": ["📦 dependencies"],
|
||||
"semanticCommits": "enabled",
|
||||
"semanticCommitType": "build",
|
||||
"rangeStrategy": "bump",
|
||||
"rebaseWhen": "conflicted",
|
||||
"packageRules": [
|
||||
// group updates to related packages
|
||||
{
|
||||
|
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -1,8 +1,6 @@
|
||||
name: Main workflow
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "**.md"
|
||||
|
Loading…
Reference in New Issue
Block a user