mirror of
https://github.com/System-End/site.git
synced 2026-04-19 15:18:18 +00:00
add github actions (#1798)
This commit is contained in:
parent
7616c6f4c9
commit
d6b9a55ef0
1 changed files with 7 additions and 2 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue