Skip to content

Commit

Permalink
Configure Renovate (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoRBot authored and AnotherFoxGuy committed May 5, 2023
1 parent 137ef9e commit 5e8820a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchDatasources": ["conan"],
"registryUrls": [
"https://center.conan.io",
"https://git.anotherfoxguy.com/api/packages/rorbot/conan"
]
}
],
"conan": {
"enabled": true
}
}

0 comments on commit 5e8820a

Please sign in to comment.