Skip to content

Commit

Permalink
Merge pull request #8 from kimdre/main
Browse files Browse the repository at this point in the history
Add renovate to notify about new dependency versions
  • Loading branch information
christianwgd authored Feb 27, 2024
2 parents 28d9afa + 77c3e78 commit df5f5ce
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits"
],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Dependency Dashboard",
"platformAutomerge": true,
"packageRules": [
{
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": false
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["(^|/)friendly_captcha/widgets.py$"],
"matchStrings": [".*com\\/(?<depName>.*?)\\@(?<currentValue>.*)\\/"],
"datasourceTemplate": "npm"
}
]
}

0 comments on commit df5f5ce

Please sign in to comment.