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
updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'