add github actions (#1798)

This commit is contained in:
Echo 2026-01-25 10:41:58 -05:00 committed by GitHub
parent 7616c6f4c9
commit d6b9a55ef0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,12 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: 'npm' # See documentation for possible values - package-ecosystem: 'npm'
directory: '/' # Location of package manifests directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'github-actions'
directory: '/'
schedule: schedule:
interval: 'weekly' interval: 'weekly'