Skip to content

Commit

Permalink
Test dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkkiller committed May 24, 2023
1 parent bb16ace commit 1bb08e8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
pull-request-branch-name:
separator: /
target-branch: "master"
reviewers:
- "hawkkiller"
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ on:
- "bugfix/**"
- "hotfix/**"
- "support/**"
- "dependabot/pub/**"
- "master"
pull_request:
branches:
- "feature/**"
- "bugfix/**"
- "hotfix/**"
- "support/**"
- "dependabot/**"
- "dependabot/pub/**"
workflow_dispatch:

name: "Test Analyze"
jobs:
test-analyze:
runs-on: ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"cmake.configureOnOpen": false,
"dart.additionalAnalyzerFileExtensions": ["drift"],
"dart.additionalAnalyzerFileExtensions": [
"drift"
],
"dart.lineLength": 100
}
}

0 comments on commit 1bb08e8

Please sign in to comment.