Skip to content

Commit

Permalink
Merge pull request #118 from FamilySearch/dependabot
Browse files Browse the repository at this point in the history
Enable dependabot for updating the Gemfile
  • Loading branch information
dthaler authored Nov 30, 2023
2 parents 3577318 + b1b87d1 commit 73d31b1
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 73d31b1

Please sign in to comment.