Skip to content

Commit

Permalink
Sync with WeblateOrg/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Mar 12, 2024
1 parent b843e4a commit 8110fd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ github: [nijel, WeblateOrg]
custom: https://weblate.org/donate/
liberapay: Weblate
open_collective: weblate
polar: WeblateOrg
20 changes: 9 additions & 11 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
],
"versioning": "loose"
},
{
"matchPackageNames": [
"Django"
],
"matchDatasources": [
"pypi"
],
"separateMinorPatch": true
},
{
"matchPackageNames": [
"python"
Expand Down Expand Up @@ -106,17 +115,6 @@
"matchStrings": [
"renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+version: (?<currentValue>.*)\\s"
]
},
{
"fileMatch": [
"weblate_web/data.py"
],
"matchStrings": [
"VERSION = \"(?<currentValue>.*?)\""
],
"depNameTemplate": "Weblate",
"datasourceTemplate": "pypi",
"versioningTemplate": "pep440"
}
]
}

0 comments on commit 8110fd9

Please sign in to comment.