Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 7185908

Browse files
author
odacremolbap
committed
add dependabot
1 parent a0906f3 commit 7185908

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Dependabot configuration
2+
#
3+
# For more information, please refer to:
4+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
5+
6+
version: 2
7+
8+
updates:
9+
10+
# Maintain Go modules
11+
- package-ecosystem: gomod
12+
directory: /
13+
schedule:
14+
interval: weekly
15+
ignore:
16+
# We prefer to keep control over Knative module imports.
17+
- dependency-name: knative.dev/*
18+
# The version of Kubernetes module imports needs to be consistent across all
19+
# modules. Besides, that version is determined by the current Knative version.
20+
- dependency-name: k8s.io/*
21+
22+
# Maintain dependencies for GitHub Actions
23+
- package-ecosystem: github-actions
24+
directory: /
25+
schedule:
26+
interval: weekly

0 commit comments

Comments
 (0)