diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..cbcff875b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "⬆️" + include: "scope"