Skip to content

Commit

Permalink
fix: override docker versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 23, 2024
1 parent aac661c commit af026ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fixes.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@
"description": "Use `semver-coerced` for action updates",
"matchDepTypes": ["action"],
"versioning": "semver-coerced"
},
{
"matchDatasources": ["docker"],
"matchDepNames": ["docker"],
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
"versioning": "semver"
}
]
}
5 changes: 5 additions & 0 deletions meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"matchPackagePrefixes": ["ghcr.io/zalando/spilo-"],
"matchDatasources": "docker",
"sourceUrl": "https://github.com/zalando/spilo"
},
{
"matchDepNames": ["docker"],
"matchDatasources": "docker",
"sourceUrl": "https://github.com/moby/moby"
}
]
}

0 comments on commit af026ed

Please sign in to comment.