Skip to content

Commit

Permalink
Monthly dependabot checks (#1369)
Browse files Browse the repository at this point in the history
Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista authored Feb 12, 2025
1 parent dcbdaa3 commit 072e92f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
open-pull-requests-limit: 3

# Don't update these directories.
- package-ecosystem: pip
directory: /tests
schedule:
interval: "daily"
interval: "monthly"
ignore:
- dependency-name: "*"
- package-ecosystem: pip
directory: /openfl-workspace
schedule:
interval: "daily"
interval: "monthly"
ignore:
- dependency-name: "*"

0 comments on commit 072e92f

Please sign in to comment.