Skip to content

Commit

Permalink
Merge next
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 6, 2024
2 parents c384fd6 + a5e4b6c commit 6ad7c24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: nuget
- package-ecosystem: npm
directory: /
schedule:
interval: daily
Expand All @@ -11,3 +11,9 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 100
- package-ecosystem: npm
directory: /
target-branch: graphql
schedule:
interval: daily
open-pull-requests-limit: 100
1 change: 1 addition & 0 deletions src/lib/translations/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
"view.instance.repo.manual.desc": "Use this box to manually test merge a pull/merge request by entering its number and clicking \"Add Test Merge\"",
"view.instance.repo.addmanual": "Add Test Merge",
"view.instance.repo.testmergelabel": "Labelled",
"view.instance.repo.conflictlabel": "Merge Conflict",
"view.instance.repo.norepoinfo": "You lack the permission to display information about the repository",
"view.instance.repo.delete.title": "Delete Repository",
"view.instance.repo.delete.desc": "This will delete the local copy of the repository. Instance settings, code modifications, event scripts and static files will be preserved.",
Expand Down

0 comments on commit 6ad7c24

Please sign in to comment.