Skip to content

Commit

Permalink
chore(renovate): manage the base branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
jeboehm committed Aug 13, 2024
1 parent 42e60bf commit 2033811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Sync branch main to next
uses: devmasx/[email protected]
with:
from_branch: 'main'
target_branch: 'next'
from_branch: main
target_branch: next
type: now
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"datasourceTemplate": "github-releases"
}
],
"baseBranches": ["main", "next"],
"packageRules": [
{
"matchUpdateTypes": [
Expand Down

0 comments on commit 2033811

Please sign in to comment.