Skip to content

Commit

Permalink
Enable dependabot for updating the Gemfile
Browse files Browse the repository at this point in the history
When Ruby dependencies are updated, dependabot will create a pull request
to update them.

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler2 committed Nov 22, 2023
1 parent 3577318 commit b1b87d1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# For documentation on the format of this file, see
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:

- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"

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

0 comments on commit b1b87d1

Please sign in to comment.