Skip to content

Commit

Permalink
chore: Add ruby to dependabot file (#263)
Browse files Browse the repository at this point in the history
This is just because I see a ton of things in this tab:
https://github.com/IntelliTect/CodingGuidelines/security/dependabotf and
it makes me think maybe we just want to keep the ruby deps up to date if
possible.

Thoughts?
  • Loading branch information
BenjaminMichaelis committed Jan 8, 2024
1 parent 78773ae commit be6ba62
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

- package-ecosystem: "bundler"
directory: "/docs"
schedule:
interval: "weekly"

0 comments on commit be6ba62

Please sign in to comment.