Skip to content

Commit b3e44f9

Browse files
committed
Updates dependabot config to track python 3.12 version
1 parent 8d84b2c commit b3e44f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ updates:
1616
interval: weekly
1717
open-pull-requests-limit: 10
1818
- package-ecosystem: docker
19-
directory: "/.github/dependencies/python38"
19+
directory: "/.github/dependencies/python312"
2020
schedule:
2121
interval: weekly
2222
ignore:
2323
# See <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore>
2424
- dependency-name: python
2525
update-types:
26-
# Ignore major/minor to pin python 3.8.x
26+
# Ignore major/minor to pin python 3.12.x
2727
- "version-update:semver-major"
2828
- "version-update:semver-minor"
2929
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)