aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorRalph Ursprung <ralph.ursprung@gmail.com>2023-01-04 08:17:28 +0100
committerRalph Ursprung <ralph.ursprung@gmail.com>2023-01-04 08:17:28 +0100
commit5bd109f1010715b615725a3a601387e11e8db3ce (patch)
tree26f406d507bb2e142365b98aa8752c0d3e3f0329 /.github/dependabot.yml
parent680e8ac2d092f84ac4514f7a8a6abee4d871ce82 (diff)
dependabot: set "skip-changelog" label
solves #682
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml4
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"