golangci-lint/.github/dependabot.yml
2024-03-20 14:35:29 +01:00

30 lines
786 B
YAML

version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
day: "sunday"
time: "11:00" # 11am UTC
ignore:
# Ignore forked linters because of their versioning issues.
- dependency-name: "github.com/golangci/dupl"
- dependency-name: "github.com/golangci/gofmt"
- dependency-name: "github.com/golangci/unconvert"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
- package-ecosystem: docker
directory: "/build"
schedule:
interval: weekly
- package-ecosystem: gomod
directory: "/scripts/gen_github_action_config"
schedule:
interval: weekly
- package-ecosystem: npm
directory: "/docs"
schedule:
interval: monthly