-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdependabot.yml
More file actions
25 lines (25 loc) · 988 Bytes
/
dependabot.yml
File metadata and controls
25 lines (25 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
commit-message:
prefix: "chore: Update Python dep"
prefix-development: "chore: Update Python dev dep"
cooldown:
default-days: 7
- package-ecosystem: "github-actions" # See documentation for possible values
# Workflow files stored in the default location of `.github/workflows`
# You don't need to specify `/.github/workflows` for `directory`
# You can use `directory: "/"`
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: Update GHA dep"
prefix-development: "chore: Update GHA dev dep"
cooldown:
default-days: 7