Skip to content

Commit be6ba62

Browse files
chore: Add ruby to dependabot file (#263)
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?
1 parent 78773ae commit be6ba62

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
13+
- package-ecosystem: "bundler"
14+
directory: "/docs"
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)