Skip to content

Commit

Permalink
chore: Update renovate (#437)
Browse files Browse the repository at this point in the history
Update renovate
  • Loading branch information
nahsi authored Sep 4, 2024
1 parent a521267 commit 1d94c29
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitTypeAll(chore)"
"github>fluencelabs/renovate",
"github>fluencelabs/renovate:cargo",
"github>fluencelabs/renovate:np,"
],
"enabledManagers": ["cargo", "npm", "github-actions"],
"schedule": "every weekend",
"enabledManagers": ["cargo", "npm"],
"packageRules": [
{
"matchPackagePatterns": ["^@wasmer", "^wasmer", "^wasm-bindgen"],
"enabled": false
},
{
"matchDepTypes": ["devDependencies"],
"prPriority": -1
},
{
"matchUpdateTypes": ["major"],
"prConcurrentLimit": 1
},
{
"matchManagers": ["github-actions"],
"prPriority": 1
}
]
}

0 comments on commit 1d94c29

Please sign in to comment.