1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-25 11:20:01 +00:00

ci: reduce renovate PR noise (#4892)

This commit is contained in:
Matan Kushner 2023-02-09 03:51:38 +09:00 committed by GitHub
parent c76dc930fa
commit 93c7eca550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -1,8 +1,6 @@
name: Main workflow
on:
push:
branches:
- master
paths-ignore:
- "docs/**"
- "**.md"