Skip to content

Commit

Permalink
Merge pull request #184 from semiotic-ai/182-add-dependecy-version-up…
Browse files Browse the repository at this point in the history
…dating-tool

182 add dependecy version updating tool
  • Loading branch information
ColePBryan authored Oct 12, 2023
2 parents ca5f0a9 + be57c3a commit 4fbc6df
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @ColePBryan @severiano-sisneros @aasseman
* @ColePBryan @aasseman
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/tap_aggregator"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
directory: "/tap_core"
schedule:
interval: "daily"

- package-ecosystem: "cargo"
directory: "/tap_integration_tests"
schedule:
interval: "daily"
3 changes: 2 additions & 1 deletion .github/workflows/license_headers_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install addlicense
run: |
wget https://github.com/google/addlicense/releases/download/v1.1.1/addlicense_1.1.1_Linux_x86_64.tar.gz
tar -xzf addlicense_1.1.1_Linux_x86_64.tar.gz
tar -xzf addlicense_1.1.1_Linux_x86_64.tar.gz
sudo mv addlicense /usr/local/bin
- name: Check license headers
run: >
Expand All @@ -26,4 +26,5 @@ jobs:
-s=only \
-ignore '.github/workflows/*.yml' \
-ignore '.github/workflows/*.yaml' \
-ignore '.github/dependabot.yml' \
.

0 comments on commit 4fbc6df

Please sign in to comment.