Skip to content

Commit 47d52ca

Browse files
committed
ci: update renovate config
1 parent 53480a9 commit 47d52ca

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"config:recommended",
55
":semanticCommitTypeAll(chore)"
66
],
7+
"automergeType": "branch",
8+
"baseBranches": ["main"],
79
"enabledManagers": [
810
"gomod",
911
"github-actions",
@@ -30,7 +32,6 @@
3032
"automerge": true
3133
}
3234
],
33-
"platform": "github",
3435
"platformAutomerge": true,
3536
"postUpdateOptions": [
3637
"gomodTidy"

.github/workflows/renovate.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
uses: actions/[email protected]
1414

1515
- name: Run renovate
16-
uses: renovatebot/[email protected]
16+
uses: renovatebot/[email protected]
17+
continue-on-error: true
18+
env:
19+
RENOVATE_REPOSITORIES: "Comcast/scte35-go"
1720
with:
1821
configurationFile: ./.github/renovate.json
1922
token: ${{ secrets.RENOVATE_TOKEN }}
20-
env:
21-
LOG_LEVEL: "debug"

0 commit comments

Comments
 (0)