From 35079600fbea0a1248572b789fae2c099e3c8ff4 Mon Sep 17 00:00:00 2001 From: Benedict Geihe Date: Thu, 7 Mar 2024 11:22:33 +0100 Subject: [PATCH] filter dependabot (label "dependencies") --- .github/workflows/TagBot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index b9c45e1c..77f0ac6f 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -31,4 +31,5 @@ jobs: # Edit the following line to reflect the actual name of the GitHub Secret containing your private key ssh: ${{ secrets.DOCUMENTER_KEY }} subdir: LibTrixi.jl - tag_prefix: NO_PREFIX \ No newline at end of file + tag_prefix: NO_PREFIX + changelog_ignore: dependencies