Skip to content

Commit

Permalink
Add dependabot checks, update actions
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Aug 8, 2024
1 parent 7198a91 commit 633adac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
labels:
- 'CI/CD'
commit-message:
prefix: ci
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: 'weekly'
2 changes: 1 addition & 1 deletion .github/workflows/update_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
# check out the repo
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: master
submodules: false
Expand Down

0 comments on commit 633adac

Please sign in to comment.