Compare commits

..

1 Commits

Author SHA1 Message Date
a384c16992 Update actions/checkout action to v6
All checks were successful
Main workflow / Build synapse (push) Successful in 37s
2025-11-20 17:02:01 +00:00
2 changed files with 9 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Login to registry
if: ${{ github.ref_name == 'main' }}

View File

@@ -1,22 +1,13 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
dependencyDashboard: true,
enabledManagers: [
'dockerfile',
'github-actions',
'custom.regex',
],
customManagers: [
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"enabledManagers": ["dockerfile", "github-actions", "regex"],
"regexManagers": [
{
customType: 'regex',
fileMatch: [
'^Dockerfile$',
],
matchStrings: [
'synapse-s3-storage-provider==(?<currentValue>.*)\\n',
],
depNameTemplate: 'synapse-s3-storage-provider',
datasourceTemplate: 'pypi',
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["synapse-s3-storage-provider==(?<currentValue>.*)\\n"],
"depNameTemplate": "synapse-s3-storage-provider",
"datasourceTemplate": "pypi",
},
],
}