Skip to content

Commit

Permalink
Generate PRs on Sundays weekly
Browse files Browse the repository at this point in the history
See discussion here: github/dependabot-updates#4400 (comment)
  • Loading branch information
abdulapopoola committed Jul 18, 2023
1 parent 68774a8 commit ef64b36
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,64 @@ updates:
directory: "/updater"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"

# Watch the per-ecosystem native helpers
- package-ecosystem: "composer"
directory: "/composer/helpers/v1"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "composer"
directory: "/composer/helpers/v2"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "gomod"
directory: "/go_modules/helpers"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "mix"
directory: "/hex/helpers"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "npm"
directory: "/npm_and_yarn/helpers"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
ignore:
- dependency-name: "npm"
update-types: ["version-update:semver-major"]
- package-ecosystem: "pip"
directory: "/python/helpers"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
- package-ecosystem: "pub"
directory: "/pub/helpers"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"

0 comments on commit ef64b36

Please sign in to comment.