From bf269bcc3ee33b4512df8bc71b15fce0ec6d7cf6 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Wed, 4 Oct 2023 00:36:37 +0200 Subject: [PATCH] fix: renaming yml to yaml --- .github/{dependabot.yml => dependabot.yaml} | 0 README.md | 1 + codecov.yml => codecov.yaml | 0 3 files changed, 1 insertion(+) rename .github/{dependabot.yml => dependabot.yaml} (100%) rename codecov.yml => codecov.yaml (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yaml diff --git a/README.md b/README.md index 41a7ec40b..b43db1316 100644 --- a/README.md +++ b/README.md @@ -219,3 +219,4 @@ This project was a joint effort by [Nautilus Cyberneering GmbH][nautilus] and [D [Naim A.]: https://github.com/naim94a/udpt [greatest-ape]: https://github.com/greatest-ape/aquatic [Power2All]: https://github.com/power2all + diff --git a/codecov.yml b/codecov.yaml similarity index 100% rename from codecov.yml rename to codecov.yaml