diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..ca79ca5 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly diff --git a/Dockerfile b/Dockerfile index 02178a3..7e7faf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,8 @@ RUN <