Skip to content

Commit

Permalink
add dependabot config file
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Sep 4, 2024
1 parent a20257a commit 69c5d26
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
48 changes: 48 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
# 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/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# github actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
day: "saturday"
groups:
github-actions:
patterns:
- "*"

# go modules
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "00:00"
groups:
goclient-libraries:
patterns:
- "github.com/dell/goscaleio"
- "github.com/dell/gopowermax"
- "github.com/dell/gounity"
- "github.com/dell/gopowerscale"
- "github.com/dell/gopowerstore"
- "github.com/dell/gobrick"
- "github.com/dell/gocsi"
- "github.com/dell/goiscsi"
- "github.com/dell/gonvme"
- "github.com/dell/goobjectscale"
- "github.com/dell/gofsutil"
- "github.com/dell/dell-csi-extensions"
- "github.com/dell/connectivity-cert-persister-k8s"
- "github.com/dell/csi-metadata-retriever"
- "github.com/dell/csi-volumegroup-snapshotter"
third-party-dependencies:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/go-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name: Go Version

# Invocable as a reusable workflow
# Manaully triggered workflow
# Can be manually triggered
on:
workflow_dispatch:
workflow_call:
Expand Down

0 comments on commit 69c5d26

Please sign in to comment.