Skip to content

Commit e82585a

Browse files
authored
Add GH Action for Dependabot validation (#144)
* Add open-pull-requests-limit * Add cooldown period * Add labels
1 parent 93b5abb commit e82585a

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,22 @@
55

66
version: 2
77
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+
822
- package-ecosystem: "pip"
9-
directory: "/" # Location of your pyproject.toml
23+
directory: "/"
1024
schedule:
1125
interval: "weekly"
1226
allow:

changelog.d/144.infra.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable GitHub Action for Dependabot config validation.

0 commit comments

Comments
 (0)