diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index fbf6d1a..30fe822 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,8 +10,18 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch" - package-ecosystem: "github-actions" directory: "/example-workflows" schedule: interval: daily open-pull-requests-limit: 10 + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-minor" + - "version-update:semver-patch"