Skip to content

Commit f54ba6f

Browse files
authored
chore(dependabot): enable version updates for github actions (#4486)
1 parent 6676c07 commit f54ba6f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ updates:
1111
schedule:
1212
interval: 'monthly'
1313

14-
# Enable version updates for Docker
15-
- package-ecosystem: 'docker'
16-
# Look for a `Dockerfile` in the `root` directory
14+
# Enable version updates for github actions
15+
- package-ecosystem: 'github-actions'
1716
directory: '/'
18-
# Check for updates once a week
1917
schedule:
2018
interval: 'monthly'

0 commit comments

Comments
 (0)