Skip to content

Commit 896aa93

Browse files
authored
Create dependabot.yml
Setup dependabot to run weekly
1 parent 98ccc0b commit 896aa93

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)