5 Commits

Author SHA1 Message Date
45346502c7 Merge pull request #2 from cupcakearmy/dependabot/docker/python-3.11-alpine
Bump python from 3.10-alpine to 3.11-alpine
2022-12-09 17:44:54 +01:00
f177b3f581 Merge pull request #1 from cupcakearmy/dependabot/pip/certifi-2022.12.7
Bump certifi from 2022.9.24 to 2022.12.7
2022-12-09 17:36:33 +01:00
dependabot[bot]
1208f9d546 Bump python from 3.10-alpine to 3.11-alpine
Bumps python from 3.10-alpine to 3.11-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 16:35:31 +00:00
29ecbb1ed8 Create dependabot.yml 2022-12-09 17:35:03 +01:00
dependabot[bot]
7a4375fbe9 Bump certifi from 2022.9.24 to 2022.12.7
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 09:26:43 +00:00
2 changed files with 12 additions and 1 deletions

11
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

View File

@@ -1,4 +1,4 @@
FROM python:3.10-alpine FROM python:3.11-alpine
# Install Poetry # Install Poetry
RUN apk add --no-cache curl RUN apk add --no-cache curl