We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a950f commit 461a483Copy full SHA for 461a483
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ commit-message:
6
+ prefix: "[bot] "
7
+ cooldown:
8
+ default-days: 7
9
+ schedule:
10
+ interval: "weekly"
11
+ day: "wednesday"
12
+ time: "11:00"
13
+ timezone: "America/Los_Angeles"
.github/workflows/linter-rubocop.yml
@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@main
- name: Set up Ruby
14
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1
15
with:
16
bundler-cache: true
17
0 commit comments