Skip to content

Commit

Permalink
test renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed May 16, 2023
1 parent b993a9c commit 2156d87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2.6'
extensions: intl-73.1
extensions: intl-72.0
tools: composer:2.5.0
coverage: xdebug

Expand Down
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,19 @@
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<prerelease>\\w+)?$",
"extractVersionTemplate": "^php-(?<version>.*)$"
},
{
"fileMatch": [
"^.github/workflows/.+\\.ya?ml$"
],
"matchStrings": [
"php-version.*\\n\\W*extensions: .*intl-(?<currentValue>[0-9.]+).*"
],
"depNameTemplate": "icu",
"lookupNameTemplate": "unicode-org/icu",
"datasourceTemplate": "github-releases",
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(?<prerelease>\\w+)?$",
"extractVersionTemplate": "^ICU (?<version>.*)$"
},
{
"fileMatch": [
"^renovate.json$"
Expand Down

0 comments on commit 2156d87

Please sign in to comment.