Skip to content

Commit

Permalink
chore: ⬆️ include unstable branch in renovate conf
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Nemchik <[email protected]>
  • Loading branch information
nemchik committed Jan 27, 2024
1 parent b00aebd commit 727a736
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"docker:enableMajor"
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": [
"actions/checkout",
"docker/setup-buildx-action",
"docker/login-action",
"docker/metadata-action",
"docker/build-push-action"
],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "docker:enableMajor"],
"baseBranches": ["main", "unstable"],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": [
"actions/checkout",
"docker/setup-buildx-action",
"docker/login-action",
"docker/metadata-action",
"docker/build-push-action"
],
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit 727a736

Please sign in to comment.