Skip to content

Commit 24769fb

Browse files
chore: update deps (#13)
* chore: update python:3.12.4-alpine docker digest to 0bd77ae * chore: update docker/build-push-action action to v6.4.0 * chore: update docker/build-push-action action to v6.4.1 * chore: update docker/login-action action to v3.3.0 * chore: update docker/build-push-action action to v6.5.0 * chore: update docker/setup-buildx-action action to v3.5.0 * chore: update python:3.12.4-alpine docker digest to 0032125 * chore: update python:3.12.4-alpine docker digest to d7a5a8b * chore: update python:3.12.4-alpine docker digest to 7f15e22 * chore: update docker/setup-buildx-action action to v3.6.0 * chore: update docker/setup-buildx-action action to v3.6.1 * chore: update python:3.12.4-alpine docker digest to 2abecb7 * chore: update python:3.12.4-alpine docker digest to a0c22d8 * chore: update python:3.12.4-alpine docker digest to 63094ab * chore: update docker/build-push-action action to v6.6.0 * chore: update docker/build-push-action action to v6.6.1 * chore: update python docker tag to v3.12.5 * chore: update docker/build-push-action action to v6.7.0 * fix(renovate.json): disable docker-compose manager * feat(renovate.json): add some settings --------- Co-authored-by: Renovate Bot <[email protected]>
1 parent a5b2656 commit 24769fb

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.github/workflows/docker-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626

2727
# Workaround: https://github.com/docker/build-push-action/issues/461
2828
- name: Setup Docker buildx
29-
uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0
29+
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
3030

3131
- name: Log into registry ${{ env.REGISTRY }}
32-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
32+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
username: ${{ github.actor }}
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Build and push Docker image
5050
id: build-and-push
51-
uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0
51+
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
5252
with:
5353
context: .
5454
push: true

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.4-alpine@sha256:b7662fc33e07f05fb2f579c3634e1e4d2e30c02553397c6c24f775cb360dbc03
1+
FROM python:3.12.5-alpine@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de
22

33
# renovate: datasource=repology depName=alpine_3_20/fuse versioning=loose
44
ARG FUSE_VERSION="2.9.9-r5"

renovate.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
":semanticCommits",
66
":semanticCommitScopeDisabled",
77
"docker:enableMajor",
8-
"customManagers:dockerfileVersions"
8+
"customManagers:dockerfileVersions",
9+
":disableRateLimiting",
10+
":ignoreUnstable",
11+
":separateMultipleMajorReleases",
12+
":updateNotScheduled"
913
],
14+
"docker-compose": {
15+
"enabled": false
16+
},
1017
"packageRules": [
1118
{
1219
"description": "Group OS packages to avoid build errors if more than one package is updated and previous version is not present in repo already",
@@ -16,8 +23,5 @@
1623
"groupName": "OS Packages"
1724
}
1825
],
19-
"forkProcessing": "enabled",
20-
"ignoreDeps": [
21-
"ghcr.io/openscopeproject/ziprofs"
22-
]
26+
"forkProcessing": "enabled"
2327
}

0 commit comments

Comments
 (0)