Skip to content

Commit

Permalink
add CTF dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 23, 2024
1 parent f5bb67c commit 390fc94
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/lib"
schedule:
interval: "daily"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "ctf"
- package-ecosystem: gomod
directory: "/wasp"
schedule:
interval: "daily"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "ctf"
- package-ecosystem: gomod
directory: "/seth"
schedule:
interval: "daily"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "ctf"
- package-ecosystem: gomod
directory: "/havoc"
schedule:
interval: "daily"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "ctf"
- package-ecosystem: gomod
directory: "/k8s-test-runner"
schedule:
interval: "daily"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "ctf"

0 comments on commit 390fc94

Please sign in to comment.