Skip to content

Commit

Permalink
Update dependabot.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: gamestime102 <[email protected]>
  • Loading branch information
gamestime102 authored Jan 19, 2025
1 parent 72b909c commit b68f211
Showing 1 changed file with 133 additions and 23 deletions.
156 changes: 133 additions & 23 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,41 +1,151 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
registries:
example:
type: npm-registry
url: https://example.com
token: ${{secrets.NPM_TOKEN}}
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "lodash"
open-pull-requests-limit: 10
registries:
- example
- package-ecosystem: "gomod"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/packages/api"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/packages/desktop"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/packages/encryption"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/packages/features"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/packages/filepicker"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/packages/files"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/packages/icons"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
groups:
golang:
applies-to: security-updates
patterns:
- "golang.org*"
- package-ecosystem: "pip"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/packages/releases"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "nuget"
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "direct"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit b68f211

Please sign in to comment.