Skip to content

Commit

Permalink
Merge branch 'main' into docs/declare-dependencies-to-spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
flpm authored Oct 6, 2024
2 parents 1265c51 + 246bee0 commit 24fb943
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
insecure-external-code-execution: allow
schedule:
interval: "daily"
open-pull-requests-limit: 100
labels:
- "maintenance"
- "dependencies"
groups:
pip:
patterns:
- "*"
commit-message:
prefix: "chore"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 100
labels:
- "maintenance"
- "dependencies"
groups:
actions:
patterns:
- "*"
commit-message:
prefix: "chore"
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Push to GitHub Pages
# Only push if on main branch
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3.8.0
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_build/html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Add issue to project
id: add-to-project
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
project-url: https://github.com/orgs/pyOpenSci/projects/3
# This is a organization level token so it can be used across all repos in our org
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = [
"version"
]
dependencies = [
"pydata-sphinx-theme==0.15.2",
"pydata-sphinx-theme==0.15.4",
"myst-nb",
"sphinx",
"sphinx-autobuild",
Expand Down

0 comments on commit 24fb943

Please sign in to comment.