mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 03:01:30 +00:00
Add new repository workflow (#159)
* Add new repository workflow * Prettified Code! * Address add-on lint errors * Address add-on lint errors Co-authored-by: frenck <frenck@users.noreply.github.com>
This commit is contained in:
parent
0cbd93b761
commit
17a11d815d
18 changed files with 669 additions and 31 deletions
13
.github/dependabot.yaml
vendored
Normal file
13
.github/dependabot.yaml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "06:00"
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/vscode"
|
||||
schedule:
|
||||
interval: daily
|
||||
time: "06:00"
|
Loading…
Add table
Add a link
Reference in a new issue