JetBrains / intellij-platform-plugin-template

Template repository for creating plugins for IntelliJ Platform
Apache License 2.0
3.08k stars 623 forks source link

Use .yaml instead of .yml #441

Closed InSyncWithFoo closed 7 months ago

InSyncWithFoo commented 7 months ago

Is there any actual reason why dependabot.yml et al. stay their way? The official YAML FAQ says .yaml should be used whenever possible.

Danil42Russia commented 7 months ago

The official documentation suggests using dependabot.yml. Although the bot doesn't care what extension the file has (yml, yaml), it is common in the community to use dependabot.yml :)

hsz commented 7 months ago

As Danil said, we stick to docs.