Skip to content

Commit

Permalink
chore: Remove version/2.x.x references (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson authored Dec 15, 2023
1 parent 40909b2 commit 942ff1d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,3 @@ updates:
- "major"
- "minor"
- "patch"

- package-ecosystem: "npm"
directory: /
target-branch: version/2.x.x
schedule:
interval: "monthly"
groups:
all-deps:
update-types:
- "major"
- "minor"
- "patch"
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ on:
push:
branches:
- 'develop'
- 'version/2.x.x'
pull_request:
# The branches below must be a subset of the branches above
branches:
- 'develop'
- 'version/2.x.x'
schedule:
- cron: '0 3 * * 3'

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- 'develop'
- 'version/2.x.x'
pull_request:
branches:
- 'develop'
- 'version/2.x.x'

jobs:
test:
Expand Down

0 comments on commit 942ff1d

Please sign in to comment.