Skip to content

Commit

Permalink
chore: Configure Renovate (#659)
Browse files Browse the repository at this point in the history
## Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that
needs to be fixed. As a precaution, Renovate will stop PRs until it is
resolved.

Location: `renovate.json`
Error type: The renovate configuration file contains some invalid
settings
Message: excludePackageNames: excludePackageNames should be inside a
`packageRule` only


Once you have resolved this problem (in this onboarding branch),
Renovate will return to providing you with a preview of your
repository's configuration.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pavel Klochkov <[email protected]>
  • Loading branch information
renovate[bot] and ckomop0x authored Feb 2, 2024
1 parent 2e58ea9 commit 60470f3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":semanticCommits",
":dependencyDashboard",
":ignoreUnstable"
],
"labels": [
"[bot] renovate"
],
"prConcurrentLimit": 5,
"rebaseWhen": "auto"
}

0 comments on commit 60470f3

Please sign in to comment.