Skip to content

Commit

Permalink
Update GHA actions/checkout to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Slabbert authored and Ed Slabbert committed Mar 28, 2024
1 parent 3493cec commit f4159ea
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- '3.0.5'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
6 changes: 6 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: weekly
6 changes: 6 additions & 0 deletions dependabot_draft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: weekly
32 changes: 32 additions & 0 deletions dependabot_draft_2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
registries:
npm-github:
token: ${{secrets.ORG_GITHUB_TOKEN}}
type: npm-registry
url: https://npm.pkg.github.com/
ruby-github:
token: ${{secrets.ORG_GITHUB_TOKEN}}
type: ruby-server
url: https://rubygems.pkg.github.com/identity
updates:
- directory: spec
package-ecosystem:
../../learn_safe_commit/spec: ruby
registries:
- npm-github
schedule:
interval: weekly
- directory: lib
package-ecosystem:
../../learn_safe_commit/lib: ruby
registries:
- npm-github
schedule:
interval: weekly
- directory: lib/safe_commit
package-ecosystem:
../../learn_safe_commit/lib/safe_commit: ruby
registries:
- npm-github
schedule:
interval: weekly
version: 2
8 changes: 8 additions & 0 deletions lib/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
updates:
- directory: safe_commit
package-ecosystem: bundler
package-ecosystem-attributes:
directory: .
schedule:
interval: weekly
version: 2
6 changes: 6 additions & 0 deletions lib/safe_commit/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
updates:
- directory: safe_commit
package-ecosystem: bundler
schedule:
interval: weekly
version: 2
6 changes: 6 additions & 0 deletions spec/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
updates:
- directory: spec
package-ecosystem: bundler
schedule:
interval: weekly
version: 2

0 comments on commit f4159ea

Please sign in to comment.