Skip to content

Commit

Permalink
Merge pull request #88 from elliot-100/87-use-github-dependabot-to-ra…
Browse files Browse the repository at this point in the history
…ise-prs-to-bump-outdated-packages

Add GitHub dependabot to handle package updates
  • Loading branch information
Olen authored Aug 25, 2023
2 parents 5ed7a68 + 4f263fd commit 67c7c3a
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: "pip" # also supports Poetry
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "github-actions" # only supports updates using the GitHub repository syntax, such as actions/checkout@v3
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 67c7c3a

Please sign in to comment.