Skip to content

Commit

Permalink
chore: Use centralized renovate config (#167)
Browse files Browse the repository at this point in the history
Use centralized renovate config
  • Loading branch information
nahsi authored Aug 15, 2024
1 parent d94bf3a commit 8a38612
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitTypeAll(chore)"
],
"enabledManagers": ["cargo", "github-actions"],
"schedule": "every weekend",
"packageRules": [
{
"matchManagers": ["cargo"],
"matchPackagePatterns": [
"fluence-.*",
"avm-server",
"air-intepreter-wasm",
"marine-.*"
],
"semanticCommitType": "fix",
"semanticCommitScope": "deps",
"schedule": "at any time"
},
{
"matchPackagePatterns": ["^@wasmer", "^wasmer", "^wasm-bindgen"],
"enabled": false
},
{
"matchDepTypes": ["devDependencies"],
"prPriority": -1
},
{
"matchUpdateTypes": ["major"],
"prConcurrentLimit": 1
},
{
"matchManagers": ["github-actions"],
"prPriority": 1
}
"github>fluencelabs/renovate#add-configs",
"github>fluencelabs/renovate:cargo#add-configs"
]
}

0 comments on commit 8a38612

Please sign in to comment.