Skip to content

Commit

Permalink
renovate: bump python version in unit config
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Nov 7, 2024
1 parent fdcb8a9 commit 971f1e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>[^\\s]+?)(?: packageName=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
]
},
{
"customType": "regex",
"description": "Update Python version in Unit config",
"fileMatch": [".*"],
"matchStrings": [
"\"type\":\\s*\"python (?<currentValue>(?<major>\\d+)\\.(?<minor>\\d+))\""
],
"currentValueTemplate": "{{{major}}}.{{{minor}}}",
"datasourceTemplate": "python-version",
"versioningTemplate": "python",
"depNameTemplate": "python"
}
]
}

0 comments on commit 971f1e8

Please sign in to comment.