diff options
author | 2023-01-04 08:22:35 +0000 | |
---|---|---|
committer | 2023-01-04 08:22:35 +0000 | |
commit | 1d4ddb3e4edcd38e9a47ba64d9dc26044a724818 (patch) | |
tree | 26f406d507bb2e142365b98aa8752c0d3e3f0329 | |
parent | 680e8ac2d092f84ac4514f7a8a6abee4d871ce82 (diff) | |
parent | 5bd109f1010715b615725a3a601387e11e8db3ce (diff) | |
download | rtic-1d4ddb3e4edcd38e9a47ba64d9dc26044a724818.tar.gz rtic-1d4ddb3e4edcd38e9a47ba64d9dc26044a724818.tar.zst rtic-1d4ddb3e4edcd38e9a47ba64d9dc26044a724818.zip |
Merge #683
683: dependabot: set "skip-changelog" label r=AfoHT a=rursprung
solves #682
Co-authored-by: Ralph Ursprung <ralph.ursprung@gmail.com>
-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" |