Skip to content

Commit 176bb4a

Browse files
committed
Add dependabot
1 parent 5a466cb commit 176bb4a

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
3+
multi-ecosystem-groups:
4+
infrastructure:
5+
schedule:
6+
interval: "weekly"
7+
8+
# 'package-ecosystem' values: npm, bundler, composer, devcontainers, dotnet-sdk, maven, mix, cargo, gradle, nuget, gomod, docker, docker-compose, elm, gitsubmodule, github-actions, pip, terraform, pub, rust-toolchain, sbt, swift, bun, uv, vcpkg, helm, conda, julia, bazel, opentofu, pre-commit, nix, denoo
9+
updates:
10+
- package-ecosystem: "pre-commit"
11+
directory: "/"
12+
patterns: ["*"]
13+
#patterns: ["nginx", "redis", "postgres"]
14+
multi-ecosystem-group: "infrastructure"
15+
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
patterns: ["*"]
19+
#patterns: ["aws", "terraform-*"]
20+
multi-ecosystem-group: "infrastructure"

0 commit comments

Comments
 (0)