Skip to content

Commit

Permalink
Configure dependabot to run weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Oct 18, 2023
1 parent 164ecd4 commit 621096c
Showing 1 changed file with 30 additions and 10 deletions.
40 changes: 30 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,79 +20,99 @@ updates:
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
interval: weekly
time: '15:00'
timezone: Etc/UTC
groups:
all:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
groups:
all:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
groups:
all:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/reference-antora-extension/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
groups:
all:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/tekton-task-antora-extension/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
groups:
all:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/tools/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
groups:
all:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/acceptance/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
groups:
all:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/application/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
groups:
all:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/application/generator"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
groups:
all:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: weekly
time: '15:00'
timezone: Etc/UTC
groups:
all:
patterns:
Expand Down

0 comments on commit 621096c

Please sign in to comment.