Skip to content

Commit

Permalink
Add Dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <steve@khanacademy.org>
  • Loading branch information
StevenACoffman committed May 16, 2024
1 parent 6d16c05 commit 55ebe37
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
groups:
actions-deps:
patterns:
- "*"
directory: "/"
schedule:
interval: "weekly"
# Maintain dependencies for Go Modules
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
groups:
actions-deps:
patterns:
- "*"
schedule:
interval: "weekly"
# Maintain dependencies for npm
- package-ecosystem: "npm" # See documentation for possible values
directory: "/validator/imported" # Location of package manifests
groups:
actions-deps:
patterns:
- "*"
schedule:
interval: "weekly"

0 comments on commit 55ebe37

Please sign in to comment.