Skip to content

Commit

Permalink
Run Dependabot Monday 09:00
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen committed Nov 1, 2023
1 parent ff9c968 commit ca5b5a1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Oslo"
groups:
k8s-core:
patterns:
Expand All @@ -29,7 +32,7 @@ updates:
- "github.com/onsi/gomega"
- "github.com/stretchr/testify"
ignore:
# These pacakges are dependent on the Kubernetes version we are targeting
# These packages are dependent on the Kubernetes version we are targeting
- dependency-name: "k8s.io/api"
update-types: ["version-update:semver-minor"]
- dependency-name: "k8s.io/apimachinery"
Expand All @@ -45,12 +48,18 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Oslo"
groups:
actions:
patterns:
- "*"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Oslo"

0 comments on commit ca5b5a1

Please sign in to comment.