diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-02 02:57:32 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-02 02:57:32 +0200 |
| commit | 0841b62c64d2c321d6323076037c0033c9af29ff (patch) | |
| tree | 5617f9fbf724a461649f2e97f597706289a6c491 /.github/dependabot.yml | |
| parent | f5217fa14b3b4369522d09a37d05f840faf60c7b (diff) | |
| download | gohugo-theme-ed-0841b62c64d2c321d6323076037c0033c9af29ff.tar.gz | |
Add dependabot configuration
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..050832a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +# see https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 + +updates: + + # Maintain dependencies for npm + - package-ecosystem: npm + directory: '/' + schedule: + interval: daily + assignees: + - sergeyklay + + # Maintain dependencies for GitHub Actions + - package-ecosystem: github-actions + directory: '/' + schedule: + interval: daily + assignees: + - sergeyklay |
