Skip to content

Commit

Permalink
fix: renovate (#35)
Browse files Browse the repository at this point in the history
* chore: update renovate to not allow big-bang/base:8.4

* fix: docker regex match for zarf yaml to match only on images.

---------

Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
  • Loading branch information
TristanHoladay and mjnagel authored Feb 5, 2024
1 parent 1b55932 commit 114555e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
{
"fileMatch": [".*\/?zarf\\.ya?ml$"],
"matchStrings": [
"-\\s+['\"]?(?<depName>[^:]+):(?<currentValue>.*)['\"]?"
"- [\\'\"]?(?<depName>[^\"\\'\\s]+):(?<currentValue>[^\"\\'\\s]+)[\\'\"]?"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver-coerced{{/if}}",
"datasourceTemplate": "docker",
Expand Down Expand Up @@ -100,5 +100,11 @@
],
"datasourceTemplate": "helm"
}
],
"packageRules": [
{
"matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
"allowedVersions": "!/8.4/"
}
]
}

0 comments on commit 114555e

Please sign in to comment.