We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6676c07 commit f54ba6fCopy full SHA for f54ba6f
1 file changed
.github/dependabot.yml
@@ -11,10 +11,8 @@ updates:
11
schedule:
12
interval: 'monthly'
13
14
- # Enable version updates for Docker
15
- - package-ecosystem: 'docker'
16
- # Look for a `Dockerfile` in the `root` directory
+ # Enable version updates for github actions
+ - package-ecosystem: 'github-actions'
17
directory: '/'
18
- # Check for updates once a week
19
20
0 commit comments