summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@gmail.com>2022-11-05 23:12:09 +0100
committerJoffrey Bion <joffrey.bion@gmail.com>2022-11-05 23:12:09 +0100
commitd8a2a5279e54f918d7901e8d302b08f8185a45aa (patch)
tree3e790dbf2a475f90117b2659787fbdb525da1ddf
parentReplace the deprecated openjdk Docker image with Amazon Corretto (diff)
downloadseven-wonders-d8a2a5279e54f918d7901e8d302b08f8185a45aa.tar.gz
seven-wonders-d8a2a5279e54f918d7901e8d302b08f8185a45aa.tar.bz2
seven-wonders-d8a2a5279e54f918d7901e8d302b08f8185a45aa.zip
Add internal label to dependabot PRs upgrading github actions
-rw-r--r--.github/dependabot.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2c7d1708..d8a3564c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,3 +5,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
+ labels:
+ - internal
+ - dependencies
bgstack15