File tree 4 files changed +34
-3
lines changed
4 files changed +34
-3
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " pip"
4
+ directory : " /"
5
+ insecure-external-code-execution : allow
6
+ schedule :
7
+ interval : " daily"
8
+ open-pull-requests-limit : 100
9
+ labels :
10
+ - " maintenance"
11
+ - " dependencies"
12
+ groups :
13
+ pip :
14
+ patterns :
15
+ - " *"
16
+ commit-message :
17
+ prefix : " chore"
18
+ - package-ecosystem : " github-actions"
19
+ directory : " /"
20
+ schedule :
21
+ interval : " daily"
22
+ open-pull-requests-limit : 100
23
+ labels :
24
+ - " maintenance"
25
+ - " dependencies"
26
+ groups :
27
+ actions :
28
+ patterns :
29
+ - " *"
30
+ commit-message :
31
+ prefix : " chore"
Original file line number Diff line number Diff line change 56
56
- name : Push to GitHub Pages
57
57
# Only push if on main branch
58
58
if : github.ref == 'refs/heads/main'
59
- uses : peaceiris/actions-gh-pages@v3.8 .0
59
+ uses : peaceiris/actions-gh-pages@v4.0 .0
60
60
with :
61
61
github_token : ${{ secrets.GITHUB_TOKEN }}
62
62
publish_dir : ./_build/html
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- name : Add issue to project
13
13
id : add-to-project
14
-
14
+
15
15
with :
16
16
project-url : https://github.com/orgs/pyOpenSci/projects/3
17
17
# This is a organization level token so it can be used across all repos in our org
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dynamic = [
8
8
" version"
9
9
]
10
10
dependencies = [
11
- " pydata-sphinx-theme==0.15.2 " ,
11
+ " pydata-sphinx-theme==0.15.4 " ,
12
12
" myst-nb" ,
13
13
" sphinx" ,
14
14
" sphinx-autobuild" ,
You can’t perform that action at this time.
0 commit comments