Skip to content

Commit

Permalink
Merge pull request #438 from lsst-sqre/u/rra/dependabot
Browse files Browse the repository at this point in the history
Add pip dependabot configuration
  • Loading branch information
rra authored Dec 17, 2024
2 parents f283598 + 419e270 commit 1793bdc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
version: 2
updates:
- package-ecosystem: "github-actions"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directories:
- "/authenticator"
- "/client"
- "/spawner"
schedule:
interval: "weekly"

0 comments on commit 1793bdc

Please sign in to comment.