We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d7fe9 commit 778ade8Copy full SHA for 778ade8
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+# Set update schedule for GitHub Actions
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+
.github/workflows/validate.yml
@@ -0,0 +1,17 @@
+name: HACS Validate
+on:
+ pull_request:
+ - cron: "0 0 * * *"
+jobs:
9
+ validate:
10
+ runs-on: "ubuntu-latest"
11
+ steps:
12
+ - uses: "actions/checkout@v2"
13
+ - name: HACS validation
14
+ uses: "hacs/action@main"
15
+ with:
16
+ category: "integration"
17
+ comment: false
0 commit comments