Skip to content

Commit

Permalink
Merge pull request #83 from signalwire/joao/add_dependabot_config
Browse files Browse the repository at this point in the history
Add dependabot.yml
  • Loading branch information
jpsantosbh authored Nov 27, 2023
2 parents 0f27bc2 + a2763cb commit 8af88b3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

version: 2

updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "all"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 8af88b3

Please sign in to comment.