Skip to content

Commit

Permalink
Create renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
trentnbauer authored Sep 29, 2024
1 parent 337df6b commit cf5ec0a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extends": ["config:base"],
"automerge": true,
"baseBranches": ["gh-pages"],
"schedule": ["at any time"],
"packageRules": [
{
"matchBaseBranches": ["main"],
"matchManagers": ["git-branch"],
"branchNameTemplate": "renovate/merge-main-into-gh-pages",
"automerge": true,
"prPriority": 1
}
]
}

0 comments on commit cf5ec0a

Please sign in to comment.