Skip to content

Commit

Permalink
Update code.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Madib036 authored Oct 3, 2024
1 parent d0f582f commit 071bf4f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions code.cmd
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# 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
# 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: 11
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: ""
# See documentation for possible values
directory: "/"
# Location of package manifests
schedule:
interval: "weekly"
# Git integration for Visual Studio Code

#This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
# This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

## Features

Expand Down

0 comments on commit 071bf4f

Please sign in to comment.