mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +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
|
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'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue