Compare commits

..

4 Commits

Author SHA1 Message Date
Tobias Trabelsi
4c11c7d03a
Merge pull request #1 from Lerentis/dependabot/github_actions/actions/checkout-3
All checks were successful
continuous-integration/drone/push Build is passing
Bump actions/checkout from 2 to 3
2022-11-02 11:42:06 +01:00
dependabot[bot]
b99111587d
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-02 10:40:45 +00:00
Tobias Trabelsi
e6c644c200
Update dependabot.yml 2022-11-02 11:40:15 +01:00
Tobias Trabelsi
21baed2d92
Create dependabot.yml 2022-11-02 11:38:09 +01:00
2 changed files with 16 additions and 1 deletions

15
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0