This commit is contained in:
Mislav Marohnić 2023-10-04 14:39:27 +02:00
Родитель efa668511d 046c806dbd
Коммит 5c547ed804
Не найден ключ, соответствующий данной подписи
4 изменённых файлов: 38 добавлений и 20 удалений

18
.github/dependabot.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-major

4
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -9,7 +9,7 @@ jobs:
BUNDLE_BIN: bin
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
@ -18,7 +18,7 @@ jobs:
bundler-cache: true
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: "1.18"

6
.github/workflows/release.yml поставляемый
Просмотреть файл

@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: "1.18"
@ -21,7 +21,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: mislav/bump-homebrew-formula-action@v1
- uses: mislav/bump-homebrew-formula-action@v3
if: "!contains(github.ref, '-')" # skip prereleases
with:
formula-name: hub

Просмотреть файл

@ -7,7 +7,7 @@ GEM
cucumber (>= 2.4, < 6.0)
rspec-expectations (~> 3.4)
thor (~> 1.0)
backports (3.23.0)
backports (3.24.1)
builder (3.2.4)
childprocess (4.1.0)
contracts (0.16.1)
@ -30,24 +30,24 @@ GEM
diff-lcs (1.5.0)
gherkin (5.1.0)
multi_json (1.15.0)
multi_test (0.1.2)
mustermann (2.0.2)
multi_test (1.1.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
rack (2.2.4)
rack-protection (2.2.3)
rack
rspec-expectations (3.11.0)
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
tilt (~> 2.0)
thor (1.2.1)
tilt (2.0.11)
thor (1.2.2)
tilt (2.3.0)
PLATFORMS
java