2024-01-28 17:23:35 +00:00
|
|
|
# Please see the documentation for all configuration options:
|
|
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: "gomod"
|
|
|
|
target-branch: main
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
day: "sunday"
|
|
|
|
ignore:
|
|
|
|
- dependency-name: k8s.io/*
|
|
|
|
labels:
|
|
|
|
- dependencies
|
|
|
|
|
2024-02-12 16:32:18 +00:00
|
|
|
- package-ecosystem: "gomod"
|
|
|
|
# This defines a specific dependabot rule for the latest release-* branch.
|
|
|
|
target-branch: release-1.14
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
day: "sunday"
|
|
|
|
ignore:
|
|
|
|
- dependency-name: k8s.io/*
|
|
|
|
labels:
|
|
|
|
- dependencies
|
|
|
|
|
2024-01-28 17:23:35 +00:00
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2024-03-01 14:55:14 +00:00
|
|
|
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
target-branch: gh-pages
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
day: "monday"
|