Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed May 16, 2024
1 parent aef1d01 commit 7a706e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"config:js-app",
":automergeAll",
":automergePr",
":disablePrControls",
// ":disablePrControls",
":labels(dependencies, semver:none)",
":maintainLockFilesWeekly",
":pathSemanticCommitType(.github/workflows/**, ci)",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- uses: renovatebot/github-action@063e0c946b9c1af35ef3450efc44114925d6e8e6 # v40.1.11
with:
configurationFile: .github/renovate.json
configurationFile: .github/renovate.json5
token: ${{ steps.generate_token.outputs.token }}
renovate-version: ${{ env.RENOVATE_VERSION }}
env:
Expand Down

0 comments on commit 7a706e3

Please sign in to comment.