diff options
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d062b443..c3fda54f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,11 @@ updates: directory: "/" schedule: interval: "weekly" + labels: + - "skip-changelog" - package-ecosystem: "cargo" directory: "/" schedule: interval: "weekly" + labels: + - "skip-changelog" |