Skip to content

Commit

Permalink
chore: ignore generate-schemas and datasource deps
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Oct 16, 2023
1 parent 8b0e969 commit f1d463b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ updates:
schedule:
interval: daily

- package-ecosystem: gomod
directory: /fixtures/datasources
schedule:
interval: daily
# - package-ecosystem: gomod
# directory: /fixtures/datasources
# schedule:
# interval: daily

- package-ecosystem: gomod
directory: /hack/generate-schemas
schedule:
interval: daily
# - package-ecosystem: gomod
# directory: /hack/generate-schemas
# schedule:
# interval: daily

- package-ecosystem: gomod
directory: /sdk
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
CI: false
run: |
make resources
git checkout hack/generate-schemas/go.*
git checkout fixtures/datasources/go.*
git diff
changed_files=$(git status -s)
[[ -z "$changed_files" ]] || (printf "Change is detected in some files: \n$changed_files\n Did you run 'make resources' before sending the PR?" && exit 1)
Expand Down

0 comments on commit f1d463b

Please sign in to comment.