Skip to content

Commit c571013

Browse files
croakywarp-agent
andcommitted
ci: add Dependabot for monthly Go dependency updates
The creack/pty dependency should be kept up to date for security and compatibility. Dependabot will open PRs automatically. Co-Authored-By: Warp <agent@warp.dev>
1 parent 9d4d42a commit c571013

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates
2+
version: 2
3+
4+
updates:
5+
# Go
6+
- package-ecosystem: gomod
7+
directory: "/"
8+
schedule:
9+
interval: monthly
10+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)