Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Added dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
SBurwash committed Feb 29, 2024
1 parent bec4e09 commit fa72b2e
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
version: 2

updates:
- package-ecosystem: pip
open-pull-requests-limit: 5
directory: /
registries: "*"
schedule:
interval: weekly
day: monday
time: 08:30
timezone: America/Montreal
reviewers:
- potloc/data-engineering
assignees:
- potloc/data-engineering
labels:
- python
- dependencies
groups: # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
minor-updates:
update-types:
- minor
patterns:
- "*"
major-updates:
update-types:
- major
patterns:
- "*"
rebase-strategy: auto

- package-ecosystem: github-actions
open-pull-requests-limit: 5
directory: /
schedule:
interval: weekly
day: monday
time: "10:00"
timezone: America/Montreal
reviewers:
- potloc/data-engineering
assignees:
- potloc/data-engineering
labels:
- github-actions
- dependencies
groups:
minor-updates:
update-types:
- minor
patterns:
- "*"
major-updates:
update-types:
- major
patterns:
- "*"

- package-ecosystem: github-actions
open-pull-requests-limit: 5
directory: /
schedule:
interval: weekly
day: monday
time: "10:00"
timezone: America/Montreal
reviewers:
- potloc/data-engineering
assignees:
- potloc/data-engineering
labels:
- github-actions
- dependencies
groups:
minor-updates:
update-types:
- minor
patterns:
- "*"
major-updates:
update-types:
- major
patterns:
- "*"

0 comments on commit fa72b2e

Please sign in to comment.