Skip to content

Commit

Permalink
ci: testing renovate configuration
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Tbaile committed Dec 15, 2022
1 parent 99d57fd commit 21d1391
Showing 1 changed file with 29 additions and 48 deletions.
77 changes: 29 additions & 48 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,79 +1,60 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":reviewer(tbaile)",
":semanticCommits",
":disableDependencyDashboard"
],
"assignees": [
"Tbaile"
],
"patch": {
"automerge": true
},
"schedule": [
"* 2 * * 1"
],
"dependencyDashboard": false,
"ignorePaths": [
"**/deploy/ns8/ui/**"
],
"packageRules": [
{
"matchManagers": [
"composer"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major composer dependencies",
"groupSlug": "all-composer-minor-patch"
},
{
"matchManagers": [
"dockerfile",
"docker-compose"
],
"matchUpdateTypes": [
"minor",
"patch"
"matchPackageNames": [
"php"
],
"groupName": "all non-major docker dependencies",
"groupSlug": "all-docker-minor-patch"
"allowedVersions": "<= 8.1"
},
{
"matchManagers": [
"npm"
],
"matchUpdateTypes": [
"minor",
"patch"
"matchPackageNames": [
"postgres"
],
"groupName": "all non-major npm dependencies",
"groupSlug": "all-npm-minor-patch"
"allowedVersions": "<= 14"
},
{
"matchPackageNames": [
"php"
"redis"
],
"allowedVersions": "<= 8.0"
"allowedVersions": "<= 6"
},
{
"matchPackageNames": [
"node"
],
"allowedVersions": "<= 18"
},
}
],
"regexManagers": [
{
"matchPackageNames": [
"postgres"
"fileMatch": [
"(^|/|\\.)Dockerfile$"
],
"matchStrings": [
"ADD\\ https:\/\/github\\.com\/eficode\/wait-for\/releases\/download\/(?<currentValue>.*)\/wait-for"
],
"allowedVersions": "<= 14.6"
"depNameTemplate": "eficode/wait-for",
"datasourceTemplate": "github-releases"
},
{
"matchPackageNames": [
"redis"
"fileMatch": [
"(^|/|\\.)Dockerfile$"
],
"allowedVersions": "<= 6"
"matchStrings": [
"ADD\\ https:\/\/raw\\.githubusercontent\\.com\/renatomefi\/php-fpm-healthcheck\/(?<currentValue>.*)\/php-fpm-healthcheck"
],
"depNameTemplate": "renatomefi/php-fpm-healthcheck",
"datasourceTemplate": "github-releases"
}
]
}

0 comments on commit 21d1391

Please sign in to comment.