File tree 2 files changed +23
-1
lines changed
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 80
80
- name : Static HTML export with Next.js
81
81
run : ${{ steps.detect-package-manager.outputs.runner }} next export
82
82
- name : Upload artifact
83
- uses : actions/upload-pages-artifact@v1
83
+ uses : actions/upload-pages-artifact@v3
84
84
with :
85
85
path : ./out
86
86
You can’t perform that action at this time.
0 commit comments