Skip to content

Commit

Permalink
Merge pull request #3 from scrive/jonathanjouty-add-dependabot
Browse files Browse the repository at this point in the history
Add `dependabot.yml` for automatic updates to library (hopefully) and example app
  • Loading branch information
jonathanjouty authored Mar 27, 2024
2 parents 48c38cd + 7b4d7ba commit 61e3d64
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 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "elm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "elm"
directory: "/example"
schedule:
interval: "weekly"

0 comments on commit 61e3d64

Please sign in to comment.