Skip to content

Commit

Permalink
Merge pull request dependabot#7585 from dependabot/abdulapopoola-patch-1
Browse files Browse the repository at this point in the history
Generate PRs on Sundays weekly
  • Loading branch information
abdulapopoola committed Jul 18, 2023
2 parents 5d57131 + 2acf9ef commit c16ea75
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 c16ea75

Please sign in to comment.