Skip to content

Commit

Permalink
ci: reduce renovate PR noise (starship#4892)
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai authored Feb 8, 2023
1 parent c76dc93 commit 93c7eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Main workflow
on:
push:
branches:
- master
paths-ignore:
- "docs/**"
- "**.md"
Expand Down

0 comments on commit 93c7eca

Please sign in to comment.