We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ccc0b commit 896aa93Copy full SHA for 896aa93
.github/dependabot.yml
@@ -0,0 +1,18 @@
1
+# SPDX-FileCopyrightText: 2025 Deutsche Telekom AG
2
+#
3
+# SPDX-License-Identifier: CC0-1.0
4
+# To get started with Dependabot version updates, you'll need to specify which
5
+# package ecosystems to update and where the package manifests are located.
6
+# Please see the documentation for all configuration options:
7
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
8
+
9
+version: 2
10
+updates:
11
+ - package-ecosystem: "pip" # See documentation for possible values
12
+ directory: "/" # Location of package manifests
13
+ schedule:
14
+ interval: "weekly"
15
+ groups:
16
+ python-packages:
17
+ patterns:
18
+ - "*"
0 commit comments