Compare commits
5
Commits
d75172dd62
...
1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac1addca14 | ||
|
|
01a863deed | ||
|
|
769462a028 | ||
|
|
ea467474d0 | ||
|
|
373dbfce2e |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.22.1 AS base
|
||||
FROM alpine:3.24.1 AS base
|
||||
|
||||
RUN apk add --no-cache socat netcat-openbsd \
|
||||
&& rm -rf /var/cache/apk/* /tmp/*
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"timezone": "Europe/Paris",
|
||||
"labels": ["bot"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["dockerfile"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["major"],
|
||||
"addLabels": ["major"]
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"addLabels": ["minor"]
|
||||
}
|
||||
],
|
||||
"vulnerabilityAlerts": {
|
||||
"enabled": true,
|
||||
"addLabels": ["bug"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user