features icon indicating copy to clipboard operation
features copied to clipboard

devcontainer config overwrites my dependabot.yml

Open 3f6a opened this issue 1 year ago • 6 comments

When I create a new devcontainer, for some reason vscode always attempts to rewrite my dependabot.yml file. It is trying to add this:

version: 2
updates:
 - package-ecosystem: "devcontainers"
   directory: "/"
   schedule:
     interval: weekly

Is this necessary? Could this snippet be appended to dependabot.yml, instead of overwriting my existing file?

3f6a avatar Mar 17 '24 19:03 3f6a