Skip to content

Commit

Permalink
Merge pull request #375 from gianlucam76/renovate
Browse files Browse the repository at this point in the history
feat(deps): add renovate config
  • Loading branch information
gianlucam76 authored Nov 1, 2024
2 parents 764de57 + 8ea7070 commit 8b60d58
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":dependencyDashboard"],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"ignorePaths": ["**/test/**"],
"sveltos": {
"fileMatch": ["^.*\\.yaml$"]
}
}

0 comments on commit 8b60d58

Please sign in to comment.