Skip to content

Commit

Permalink
Merge pull request #25 from blockjoy/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
mateipopa authored Dec 24, 2024
2 parents 733cbb6 + 5cbb73c commit 0d3ec7d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Dependencies Dashboard",
"docker": {
"enabled": true
},
"packageRules": [
{
"matchCategories": [
"docker"
],
"enabled": true
},
{
"description": "Disable updates for Ubuntu base images",
"matchDatasources": [
Expand All @@ -29,18 +32,18 @@
"matchDatasources": [
"docker"
],
"matchPackagePatterns": [
"^ghcr.io/blockjoy/"
],
"enabled": true,
"automerge": true,
"automergeType": "branch",
"groupName": "internal-dependencies",
"pinDigests": false,
"separateMinorPatch": false,
"separateMajorMinor": false
"separateMajorMinor": false,
"matchPackageNames": [
"/^ghcr.io/blockjoy//"
]
}
],
"prHourlyLimit": 0,
"prConcurrentLimit": 0
}
}

0 comments on commit 0d3ec7d

Please sign in to comment.