We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b5abb commit e82585aCopy full SHA for e82585a
2 files changed
.github/dependabot.yml
@@ -5,8 +5,22 @@
5
6
version: 2
7
updates:
8
+ # Maintain dependencies for GitHub Actions
9
+ - package-ecosystem: "github-actions"
10
+ open-pull-requests-limit: 5
11
+ directory: "/"
12
+ schedule:
13
+ interval: "weekly"
14
+ assignees:
15
+ - "tomschr"
16
+ cooldown:
17
+ # https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#cooldown-
18
+ default-days: 5
19
+ labels:
20
+ - "area:dependencies"
21
+
22
- package-ecosystem: "pip"
- directory: "/" # Location of your pyproject.toml
23
24
schedule:
25
interval: "weekly"
26
allow:
changelog.d/144.infra.rst
@@ -0,0 +1 @@
1
+Enable GitHub Action for Dependabot config validation.
0 commit comments