Compare commits
1 Commits
41afb47095
..
0.0.8
| Author | SHA1 | Date | |
|---|---|---|---|
| c157e7f9b7 |
@@ -10,4 +10,4 @@ FROM example.com/library/base@sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||||
## Short repo:tag (ignored by design; only registry refs are extracted)
|
||||
FROM nginx:3.19
|
||||
## With digest only but no registry (ignored)
|
||||
FROM nginx@sha256:42f2d24ae18df9b5251d1cc45548085656d2335e9338fd150a24e415462d151f
|
||||
FROM nginx@sha256:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
|
||||
|
||||
+2
-10
@@ -1,13 +1,5 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>t.behrendt/renovate-configs:common",
|
||||
"local>t.behrendt/renovate-configs:action"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["dockerfile", "kubernetes", "helmfile", "helm-values"],
|
||||
"ignorePaths": ["get-images-from-files/test*"]
|
||||
}
|
||||
]
|
||||
"extends": ["local>t.behrendt/renovate-configs:action"],
|
||||
"enabledManagers": "github-actions"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user