Skip to content

Commit

Permalink
Change freq
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin authored May 20, 2024
1 parent 03ff606 commit 6807e00
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@

version: 2
updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
open-pull-requests-limit: 100
# - package-ecosystem: "github-actions" # See documentation for possible values
# directory: "/" # Location of package manifests
# schedule:
# interval: "daily"
open-pull-requests-limit: 100
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 100
- package-ecosystem: 'cargo' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'monthly'
day: 'friday'
open-pull-requests-limit: 100
- package-ecosystem: 'pip' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'monthly'
day: 'friday'
open-pull-requests-limit: 100

# - package-ecosystem: "github-actions" # See documentation for possible values
# directory: "/" # Location of package manifests
# schedule:
# interval: "daily"
# open-pull-requests-limit: 100

0 comments on commit 6807e00

Please sign in to comment.