Skip to content

Commit

Permalink
ci: allow branch renovate/**
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed May 20, 2024
1 parent 6ab12e8 commit 1b9b1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>Boshen/renovate"],
"packageRules": [
{
"groupName": "rust crates",
"matchManagers": ["cargo"]
}
]
"extends": ["github>Boshen/renovate"]
}
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
push:
branches:
- main
- "renovate/**"
paths-ignore:
- '**/*.md'
- '**/*.yml'
Expand Down

0 comments on commit 1b9b1be

Please sign in to comment.