Skip to content

Commit

Permalink
chore: Use centralized renovate config (#2351)
Browse files Browse the repository at this point in the history
Use centralized renovate config
  • Loading branch information
nahsi committed Aug 15, 2024
1 parent 3ab2896 commit 9d66b16
Showing 1 changed file with 2 additions and 56 deletions.
58 changes: 2 additions & 56 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitTypeAll(chore)"
],
"allowCustomCrateRegistries": "true",
"enabledManagers": ["cargo", "github-actions"],
"schedule": "every weekend",
"packageRules": [
{
"matchManagers": ["cargo"],
"matchPackagePatterns": [
".*-distro",
"fluence-.*",
"avm-server",
"air-interpreter-wasm"
],
"semanticCommitType": "fix",
"semanticCommitScope": "deps",
"schedule": "at any time"
},
{
"matchManagers": ["cargo"],
"matchPackagePatterns": [
"avm-server",
"air-interpreter-wasm"
],
"groupName": "avm"
},
{
"matchPackagePatterns": ["fluence-spell-dtos", "fluence-spell-distro"],
"groupName": "fluence-spell"
},
{
"matchPackagePatterns": ["^libp2p.*", "prometheus-client", "multihash"],
"groupName": "libp2p"
},
{
"matchPackagePatterns": ["ccp-rpc-client", "ccp-shared", "cpu-utils"],
"groupName": "ccp"
},
{
"matchPackagePatterns": ["opentelemetry", "opentelemetry-otlp", "tracing-opentelemetry", "opentelemetry_sdk"],
"groupName": "opentelemetry"
},
{
"matchDepTypes": ["devDependencies"],
"prPriority": -1
},
{
"matchUpdateTypes": ["major"],
"prConcurrentLimit": 1
},
{
"matchManagers": ["github-actions"],
"prPriority": 1
}
"github>fluencelabs/renovate",
"github>fluencelabs/renovate:cargo"
]
}

0 comments on commit 9d66b16

Please sign in to comment.