diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-01-04 08:22:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 08:22:35 +0000 |
| commit | 1d4ddb3e4edcd38e9a47ba64d9dc26044a724818 (patch) | |
| tree | 26f406d507bb2e142365b98aa8752c0d3e3f0329 /.github | |
| parent | 680e8ac2d092f84ac4514f7a8a6abee4d871ce82 (diff) | |
| parent | 5bd109f1010715b615725a3a601387e11e8db3ce (diff) | |
Merge #683
683: dependabot: set "skip-changelog" label r=AfoHT a=rursprung
solves #682
Co-authored-by: Ralph Ursprung <ralph.ursprung@gmail.com>
Diffstat (limited to '.github')
| -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" |
