Skip to content

Commit

Permalink
chore: Update dependabot.yml in tsnsrv
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Aug 3, 2023
1 parent 7c827be commit 330b7e1
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
version: 2
updates:
- directory: "/"
open-pull-requests-limit: 10
package-ecosystem: gomod
schedule:
interval: daily
time: "04:00"
"updates":
- "directory": "/"
"groups":
"github-actions":
"patterns":
- "*"
"open-pull-requests-limit": 10
"package-ecosystem": "github-actions"
"schedule":
"interval": "daily"
"time": "04:00"
- "directory": "/"
"groups":
"gomod":
"patterns":
- "*"
"open-pull-requests-limit": 10
"package-ecosystem": "gomod"
"schedule":
"interval": "daily"
"time": "04:00"
"version": 2

0 comments on commit 330b7e1

Please sign in to comment.