diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index b8203ee..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,18 +0,0 @@ -version: 2 -updates: -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - ignore: - - dependency-name: "*" - # GitHub actions are using git tags (v1 = v1.2 = v1.2.3) which should be compatible until a major change is performed - update-types: - - "version-update:semver-minor" - - "version-update:semver-patch" -- package-ecosystem: nuget - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..11a77b2 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "rebaseWhen": "behind-base-branch" +} diff --git a/src/ADB/ADB.csproj b/src/ADB/ADB.csproj index 824bac3..9ba8470 100644 --- a/src/ADB/ADB.csproj +++ b/src/ADB/ADB.csproj @@ -13,13 +13,13 @@ - - + + - + diff --git a/src/Aves.Shared/Aves.Shared.csproj b/src/Aves.Shared/Aves.Shared.csproj index 4ff5ab4..2edc3c5 100644 --- a/src/Aves.Shared/Aves.Shared.csproj +++ b/src/Aves.Shared/Aves.Shared.csproj @@ -12,6 +12,6 @@ - + diff --git a/src/Aves/Aves.csproj b/src/Aves/Aves.csproj index b5c0172..c431306 100644 --- a/src/Aves/Aves.csproj +++ b/src/Aves/Aves.csproj @@ -13,8 +13,8 @@ - - + +