Skip to content

Commit

Permalink
feat: move to static@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbottigliero committed Mar 22, 2024
1 parent 57375c8 commit 951734c
Show file tree
Hide file tree
Showing 6 changed files with 2,596 additions and 17 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ concurrency:

jobs:
static:
uses: from-static/actions/.github/workflows/static.yml@v1
uses: from-static/actions/.github/workflows/static.yml@main
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Loading

0 comments on commit 951734c

Please sign in to comment.