Create dependabot.yaml

This commit is contained in:
Zack Koppert
2024-01-09 21:17:56 -08:00
parent 5476a66d27
commit 4e8e6b07eb

11
.github/dependabot.yaml vendored Normal file
View File

@@ -0,0 +1,11 @@
---
version: 2
updates:
- package-ecosystem: 'bundler'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'