Skip to content

Commit

Permalink
Merge pull request #1249 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
jelmer authored Jan 24, 2024
2 parents aa6301c + 4a8846a commit 3ccdee7
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 dulwich/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -2779,7 +2779,7 @@ def extend_pack(


try:
from dulwich._pack import ( # type: ignore # noqa: F811
from dulwich._pack import ( # type: ignore
apply_delta, # type: ignore
bisect_find_sha, # type: ignore
)
Expand Down

0 comments on commit 3ccdee7

Please sign in to comment.