Skip to content

Commit f00287a

Browse files
committed
ci: add dependabot integration
Added a `.github/dependabot.yml` configuration file to enable dependabot for automatically bumping versions of dependencies when possible. This helps dependencies stay up to date. Signed-off-by: Ivin Joel Abraham <ivinjabraham@gmail.com>
1 parent c6d0290 commit f00287a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
open-pull-requests-limit: 10
8+
target-branch: "unstable"
9+
groups:
10+
all-dependencies:
11+
applies-to: version-updates
12+
patterns:
13+
- "*"

0 commit comments

Comments
 (0)