Skip to content

Commit

Permalink
Merge pull request h2non#177 from cclauss/patch-2
Browse files Browse the repository at this point in the history
Keep GitHub Actions up to date with GitHub's Dependabot
  • Loading branch information
h2non authored Aug 28, 2024
2 parents 7eb61a8 + 808004f commit 0ae0058
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Keep GitHub Actions up to date with GitHub's Dependabot...
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
version: 2
updates:
- package-ecosystem: github-actions
directory: /
groups:
github-actions:
patterns:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps =
commands = flake8 {toxinidir} --extend-exclude tests,docs,build,dist,venv,.venv --extend-ignore=E501

[testenv:doc]
basepython = python3
basepython = python3.10 # pdoc3/pdoc#438
deps =
pdoc3
setuptools
Expand Down

0 comments on commit 0ae0058

Please sign in to comment.