Skip to content

Commit

Permalink
CI: add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Apr 1, 2024
1 parent 801fb0c commit b5fb23d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools >= 40.8.0", "wheel"]
requires = ["setuptools >= 40.8.0"]
build-backend = "setuptools.build_meta"

0 comments on commit b5fb23d

Please sign in to comment.