You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manifest location and content before the Dependabot update
No response
dependabot.yml content
# 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-updatesversion: 2updates:
- package-ecosystem: "github-actions"# See documentation for possible valuesdirectory: "/.github/workflows"# Location of package manifestsschedule:
interval: "daily"assignees:
- "Sella-GH"commit-message:
prefix: "[Actions]"include: "scope"labels:
- "area-ci"
- "area-dependencies"
What you expected to see, versus what you actually saw
What happens:
I have my white space settings set to Spaces, 4 Spaces Width and enforce this through an .editorconfig file in the root.
When Dependabot starts updating and filling a PR it rewrites all the white spaces in the file to match Spaces, 2 Spaces Width. This behavior creates conflicts each time when I pull the repo through GitHub Desktop / Visual Studio 2022.
What I expect to happen:
Dependabot respects the existing white space on the files and does not modify it.
Maybe even with a configuration switch to let the user decide which indentation is wanted?
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Is there an existing issue for this?
Package ecosystem
GitHub Actions
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
https://github.com/Sella-GH/AzzyBot/blob/main/.github/dependabot.yml
Updated dependency
No response
What you expected to see, versus what you actually saw
What happens:
I have my white space settings set to Spaces, 4 Spaces Width and enforce this through an .editorconfig file in the root.
When Dependabot starts updating and filling a PR it rewrites all the white spaces in the file to match Spaces, 2 Spaces Width. This behavior creates conflicts each time when I pull the repo through GitHub Desktop / Visual Studio 2022.
What I expect to happen:
Dependabot respects the existing white space on the files and does not modify it.
Maybe even with a configuration switch to let the user decide which indentation is wanted?
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
An example where it just rewrites the whole file:
Sella-GH/AzzyBot#283
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: