cloudflare/pint

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.10.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

.github/dependabot.yml

18lines · modecode

1version: 2
2updates:
3 - package-ecosystem: "docker"
4 directory: "/"
5 schedule:
6 interval: "weekly"
7 - package-ecosystem: "gomod"
8 directory: "/"
9 schedule:
10 interval: "weekly"
11 - package-ecosystem: "gomod"
12 directory: "/tools/golangci-lint"
13 schedule:
14 interval: "weekly"
15 - package-ecosystem: "github-actions"
16 directory: "/"
17 schedule:
18 interval: "weekly"
19