Skip to content

Commit

Permalink
slight refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 17, 2023
1 parent 5584588 commit d67fe92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
23 changes: 9 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: github-actions
directory: /
schedule:
interval: "monthly"
interval: monthly

- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: npm
directory: /
schedule:
interval: "monthly"
interval: monthly

- package-ecosystem: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: gradle
directory: /
schedule:
interval: "monthly"
interval: monthly
6 changes: 3 additions & 3 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Update Gradle Wrapper
name: Update Gradle wrapper

on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:

jobs:
update-gradle-wrapper:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
- name: Checkout
uses: actions/checkout@v4

- name: Update Gradle Wrapper
Expand Down

0 comments on commit d67fe92

Please sign in to comment.