We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f40058 + b6cc108 commit 08a7750Copy full SHA for 08a7750
.github/dependabot.yaml
@@ -0,0 +1,26 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: github-actions
4
+ directory: "/"
5
+ schedule:
6
+ interval: monthly
7
+ open-pull-requests-limit: 10
8
+ labels:
9
+ - enhancement
10
+ - dependency-management
11
+- package-ecosystem: docker
12
13
14
15
16
17
18
19
+- package-ecosystem: pip
20
21
22
23
24
25
26
Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.8.3-slim
+FROM python:3.12.4-slim
# LABELS
LABEL maintainer="Iván Alejandro Marugán <hello@ialejandro.rocks>" \
0 commit comments