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.
2 parents 8201212 + c3a3dfa commit 63a184bCopy full SHA for 63a184b
.dependabot/config.yml
@@ -1,7 +1,8 @@
1
-version: 1
2
-update_configs:
3
- # Update your Gemfile (& lockfiles) as soon as
4
- # new versions are published to the RubyGems registry
5
- - package_manager: "ruby:bundler"
+version: 2
+updates:
+
+ - package-ecosystem: "github-actions"
6
directory: "/"
7
- update_schedule: "live"
+ schedule:
+ # Check for updates to GitHub Actions every weekday
8
+ interval: "daily"
0 commit comments