Skip to content

Commit

Permalink
Chore: Configure dependabot to notify of outdated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-noorbergen committed Jan 3, 2025
1 parent c53b813 commit a870fad
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
version: 2
updates:
- package-ecosystem: pip
# We only want to bump versions of packages in case of security updates, as
# we want to keep maximum compatibility - see https://t.ly/INSR_
open-pull-requests-limit: 0
directory: "/"
labels: []
directory: /
schedule:
interval: weekly
time: "08:00"
groups:
dependencies:
patterns:
- '*'

- package-ecosystem: github-actions
open-pull-requests-limit: 10
directory: "/"
labels: []
directory: /
schedule:
interval: weekly
time: "08:00"
groups:
dependencies:
patterns:
- '*'

0 comments on commit a870fad

Please sign in to comment.