Skip to content

Commit

Permalink
chore(ci): change some dependabot schedules to weekly (#21930)
Browse files Browse the repository at this point in the history
* chore(ci): change 'cargo' and 'github-actions' dependabot schedule (weekly)

* daily vrl updates

* revert vrl changes
  • Loading branch information
pront authored Dec 4, 2024
1 parent 023f5fe commit af8c27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
time: "04:00" # UTC
labels:
- "domain: deps"
Expand Down Expand Up @@ -84,7 +84,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "domain: ci"
- "no-changelog"
Expand Down

0 comments on commit af8c27f

Please sign in to comment.