File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " npm"
4+ directory : " /"
5+ schedule :
6+ interval : " monthly"
7+ day : " tuesday"
8+ target-branch : " develop"
9+ reviewers :
10+ - drosetti
11+
12+ - package-ecosystem : " github-actions"
13+ directory : " /"
14+ schedule :
15+ interval : " monthly"
16+ day : " tuesday"
17+ target-branch : " develop"
18+ ignore :
19+ # ignore all patch updates since we are using ~=
20+ # this does not work for security updates
21+ - dependency-name : " *"
22+ update-types : ["version-update:semver-patch"]
Original file line number Diff line number Diff line change 8080 - name : Static HTML export with Next.js
8181 run : ${{ steps.detect-package-manager.outputs.runner }} next export
8282 - name : Upload artifact
83- uses : actions/upload-pages-artifact@v1
83+ uses : actions/upload-pages-artifact@v3
8484 with :
8585 path : ./out
8686
You can’t perform that action at this time.
0 commit comments