diff options
| author | Ralph Ursprung <ralph.ursprung@gmail.com> | 2023-01-04 08:17:28 +0100 |
|---|---|---|
| committer | Ralph Ursprung <ralph.ursprung@gmail.com> | 2023-01-04 08:17:28 +0100 |
| commit | 5bd109f1010715b615725a3a601387e11e8db3ce (patch) | |
| tree | 26f406d507bb2e142365b98aa8752c0d3e3f0329 /.github/dependabot.yml | |
| parent | 680e8ac2d092f84ac4514f7a8a6abee4d871ce82 (diff) | |
dependabot: set "skip-changelog" label
solves #682
Diffstat (limited to '.github/dependabot.yml')
| -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 d062b44..c3fda54 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" |
