We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d84b2c commit b3e44f9Copy full SHA for b3e44f9
1 file changed
.github/dependabot.yml
@@ -16,14 +16,14 @@ updates:
16
interval: weekly
17
open-pull-requests-limit: 10
18
- package-ecosystem: docker
19
- directory: "/.github/dependencies/python38"
+ directory: "/.github/dependencies/python312"
20
schedule:
21
22
ignore:
23
# See <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore>
24
- dependency-name: python
25
update-types:
26
- # Ignore major/minor to pin python 3.8.x
+ # Ignore major/minor to pin python 3.12.x
27
- "version-update:semver-major"
28
- "version-update:semver-minor"
29
0 commit comments