Skip to content

Commit

Permalink
ci: enable renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Feb 26, 2022
1 parent 9274a1b commit 8c909bc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>DanySK/renovate-config"
],
"packageRules": [
{
"description": "Trigger a patch update on some dependencies",
"matchPackagePatterns": [
".*xtext.*"
],
"semanticCommitScope": "core-deps"
}
]
}

0 comments on commit 8c909bc

Please sign in to comment.