Skip to content

Commit

Permalink
Update Dependabot configuration to weekly and to include github-actions.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lynch <[email protected]>
  • Loading branch information
aexoden committed Oct 6, 2024
1 parent ee47be6 commit 1590122
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true

[*.yml]
indent_size = 2
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 32
allow:
- dependency-type: "all"
groups:
patch-versions:
update-types:
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
itnerval: "weekly"

0 comments on commit 1590122

Please sign in to comment.