cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/dependabot.yml

22lines · modecode

1version: 2
2updates:
3 - package-ecosystem: "docker"
4 directory: "/"
5 schedule:
6 interval: "daily"
7 groups:
8 debian:
9 patterns:
10 - "debian"
11 - package-ecosystem: "gomod"
12 directories:
13 - "/"
14 - "/tools/benchstat"
15 - "/tools/betteralign"
16 - "/tools/golangci-lint"
17 schedule:
18 interval: "weekly"
19 - package-ecosystem: "github-actions"
20 directory: "/"
21 schedule:
22 interval: "weekly"
23