Skip to content

Commit 5006f31

Browse files
committed
shared-config: alphabetize ecosystems
Signed-off-by: Patrick Linnane <patrick@linnane.io>
1 parent 6a6eb57 commit 5006f31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/sync/shared-config.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ def git(*args)
7575
when "bundler"
7676
bundler_ecosystem = true
7777
"Gemfile.lock"
78-
when "npm"
79-
"package.json"
80-
when "docker"
81-
"Dockerfile"
8278
when "devcontainers"
8379
".devcontainer/devcontainer.json"
80+
when "docker"
81+
"Dockerfile"
82+
when "npm"
83+
"package.json"
8484
when "pip"
8585
"requirements.txt"
8686
end

0 commit comments

Comments
 (0)