Skip to content

Commit

Permalink
chore: Update renovate (#134)
Browse files Browse the repository at this point in the history
Update renovate
  • Loading branch information
nahsi authored Sep 4, 2024
1 parent 503ec32 commit e31b2fd
Showing 1 changed file with 3 additions and 35 deletions.
38 changes: 3 additions & 35 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitTypeAll(chore)"
"github>fluencelabs/renovate",
"github>fluencelabs/renovate:cargo"
],
"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
}
]
"enabledManagers": ["cargo"]
}

0 comments on commit e31b2fd

Please sign in to comment.