Skip to content

Commit

Permalink
ci: Fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola authored Nov 13, 2024
1 parent 3f10044 commit a4f6748
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
],
"datasourceTemplate": "pypi",
"depNameTemplate": "unoserver",
"versioningTemplate": "pep440",
"versioningTemplate": "pep440"
}
],
"packageRules": [
{
"matchDatasources": ["pypi"],
"matchPackageNames": ["unoserver"],
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "branch",
"major": {
"automerge": false
}
"matchUpdateTypes": ["minor", "patch"]
}
]
}
}

0 comments on commit a4f6748

Please sign in to comment.