Skip to content

Commit

Permalink
ci: set Dependabot autoupdates (#2)
Browse files Browse the repository at this point in the history
* ci: configure dependabot auto updates

* ci: set weekly dependabot updates
  • Loading branch information
k4black authored Nov 1, 2023
1 parent d79e2aa commit ed9f0e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/" # Workflow files stored in the default location of `.github/workflows`
schedule:
interval: "weekly"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit ed9f0e4

Please sign in to comment.