diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b18fd2935..20ff5117d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,12 @@ version: 2 updates: + # dependencies for GitHub Actions - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'weekly' + # dependencies for bundler + - package-ecosystem: 'bundler' + directory: '/' + schedule: + interval: 'weekly'