diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2022-11-05 23:12:09 +0100 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2022-11-05 23:12:09 +0100 |
commit | d8a2a5279e54f918d7901e8d302b08f8185a45aa (patch) | |
tree | 3e790dbf2a475f90117b2659787fbdb525da1ddf | |
parent | Replace the deprecated openjdk Docker image with Amazon Corretto (diff) | |
download | seven-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.yml | 3 |
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 |