Skip to content

Commit 41b8961

Browse files
chore: enable Dependabot for all packages (#1086)
* chore: enable Dependabot for all packages * Tweak dependabot config --------- Co-authored-by: lukasmasuch <lukas.masuch@gmail.com>
1 parent f16418d commit 41b8961

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 5
8+
commit-message:
9+
prefix: "deps"
10+
include: "scope"
11+
labels:
12+
- "dependencies"
13+
# Use cooldown to avoid updating dependencies too frequently
14+
# and minimize risk of supply chain attacks.
15+
cooldown:
16+
default-days: 5

0 commit comments

Comments
 (0)