-
Notifications
You must be signed in to change notification settings - Fork 6
Pinned actions versions and add Dependabot configuration #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
2cc6416
f855b8d
12336d7
f2e91b0
bd2f905
53d55e8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # Please see the documentation for all configuration options: | ||
| # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
|
||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: github-actions | ||
| directory: / | ||
| schedule: | ||
| interval: "quarterly" | ||
| groups: | ||
| actions: | ||
| patterns: | ||
| - "action.yaml" | ||
| - "ci.yaml" | ||
| update-types: | ||
| - patch | ||
| - minor | ||
| - major | ||
| cooldown: | ||
| default-days: 7 | ||
|
Zeitsperre marked this conversation as resolved.
Outdated
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,7 @@ runs: | |
| run: | | ||
| python $GITHUB_ACTION_PATH/parse_logs.py ${{ inputs.log-path }} | ||
|
Comment on lines
43
to
47
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd probably use
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, precisely. I'm not using
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the only reason I used |
||
| - name: create the issue | ||
| uses: actions/github-script@v7 | ||
| uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 | ||
| with: | ||
| github-token: ${{ github.token }} | ||
| script: | | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.