Skip to content

Commit

Permalink
disable pin digest
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalyska committed Sep 14, 2023
1 parent 39d4d8a commit 9e98ac3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,14 @@
"versioningTemplate": "docker",
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"matchPackagePatterns": ["ghcr\\.io\/siderolabs.+"],
"matchUpdateTypes": [
"pin"
],
"enabled": false
}
]
}

0 comments on commit 9e98ac3

Please sign in to comment.