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 12cb645 commit 132de26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 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"]
}
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
on:
push:
pull_request:
branches:
- main
pull_request:
push:
branches:
- main
- "renovate/**"

name: tests
env:
Expand Down

0 comments on commit 132de26

Please sign in to comment.